-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
58 lines (58 loc) · 1.33 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
{
"name": "bespoke-bullets",
"version": "1.1.0",
"description": "Bullet Lists for Bespoke.js",
"author": {
"name": "Mark Dalgleish",
"url": "http://markdalgleish.com"
},
"main": "./lib/bespoke-bullets.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp",
"coveralls": "gulp coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/markdalgleish/bespoke-bullets.git"
},
"peerDependencies": {
"bespoke": "^1.0.0"
},
"devDependencies": {
"bespoke": "^1.0.0",
"browserify": "^4.1.5",
"function-bind": "^0.1.0",
"gulp": "^3.5.1",
"gulp-clean": "^0.2.4",
"gulp-coveralls": "^0.1.0",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.3.4",
"gulp-karma": "0.0.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.0",
"istanbul": "^0.2.11",
"jshint-stylish": "^0.1.5",
"karma": "^0.10.9",
"karma-browserify": "^0.2.1",
"karma-coverage": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "^0.1.0",
"lodash": "^2.4.1",
"vinyl-buffer": "0.0.0",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^0.1.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/markdalgleish"
}
],
"keywords": [
"bespoke-plugin"
]
}