-
Notifications
You must be signed in to change notification settings - Fork 441
/
package.json
62 lines (62 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "bespoke",
"title": "Bespoke.js",
"version": "1.2.0-dev",
"description": "DIY Presentation Micro-Framework",
"author": {
"name": "Mark Dalgleish",
"url": "http://markdalgleish.com"
},
"main": "./lib/bespoke.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp",
"coveralls": "gulp coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/bespokejs/bespoke.git"
},
"devDependencies": {
"browserify": "^14.4.0",
"browserify-istanbul": "^2.0.0",
"del": "^2.2.2",
"function-bind": "^1.1.1",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-gzip": "1.4.0",
"gulp-header": "^1.8.9",
"gulp-jshint": "^2.0.4",
"gulp-micro": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.5",
"jasmine-core": "^2.8.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"karma": "^1.7.1",
"karma-browserify": "^5.1.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "2.1.15",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"gulp-util": "^3.0.8",
"watchify": "^3.9.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/markdalgleish"
}
],
"keywords": [
"presentation",
"html5",
"keynote",
"powerpoint"
]
}