-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "bespoke-onstage",
"version": "1.0.0-dev",
"description": "An adapter for using the onstage shell from DZSlides to drive a Bespoke.js presentation.",
"homepage": "https://github.com/opendevise/bespoke-onstage",
"bugs": "https://github.com/opendevise/bespoke-onstage/issues",
"author": {
"name": "Dan Allen",
"url": "https://github.com/mojavelinux"
},
"main": "./lib/bespoke-onstage.js",
"repository": {
"type": "git",
"url": "git://github.com/opendevise/bespoke-onstage.git"
},
"scripts": {
"test": "gulp"
},
"peerDependencies": {
"bespoke": ">=1.0.0"
},
"devDependencies": {
"bespoke": "^1.0.0",
"bespoke-classes": "^1.0.0",
"bespoke-keys": "^1.0.0",
"bespoke-scale": "^1.0.0",
"bespoke-bullets": "^1.0.0",
"browserify": "^11.0.1",
"del": "^1.2.0",
"function-bind": "^1.0.2",
"gulp": "^3.9.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-browserify": "^4.3.0",
"karma-coverage": "^0.5.1",
"browserify-istanbul": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"keywords": [
"bespoke-plugin"
],
"readme": "..."
}