-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 926 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
{
"name": "nibelung",
"version": "0.1.4",
"description": "",
"main": "nibelung.js",
"scripts": {
"test": "karma start",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/rangle/nibelung.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/rangle/nibelung/issues"
},
"homepage": "https://github.com/rangle/nibelung",
"devDependencies": {
"bower": "~1.4.1",
"chai": "^2.3.0",
"istanbul": "~0.3.14",
"karma": "^0.12.35",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.1.12",
"karma-coverage": "~0.3.1",
"karma-firefox-launcher": "~0.1.6",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-threshold-reporter": "~0.1.15",
"mocha": "~2.2.5",
"phantomjs": "^1.9.17",
"sinon": "^1.14.1"
}
}