-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1019 Bytes
/
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
{
"devDependencies": {
"chai": "^3.5.0",
"jscs": "^3.0.7",
"jshint": "^2.9.5",
"karma": "^1.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^1.3.2",
"mocha": "^3.0.2",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"uglify": "^0.1.5"
},
"engines": {
"node": ">=6.0.0"
},
"h5bp-configs": {
"directories": {
"dist": "dist",
"src": "src",
"test": "test"
}
},
"homepage": "https://github.com/lpetrov/megalist",
"license": {
"type": "MIT",
"url": "https://github.com/lpetrov/megalist/blob/master/LICENSE.txt"
},
"name": "megalist",
"private": false,
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"version": "0.1.6"
}