-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 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
{
"name": "js-widget",
"version": "0.0.2",
"description": "",
"author": "Philipp Hirsch <itself@hanspolo.net>",
"license": "GPL-3.0",
"scripts": {
"test": "karma start --reporters clear-screen,dots,coverage"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^1.0.0",
"istanbul": "^0.4.4",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-clear-screen-reporter": "^1.0.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-mocha": "^1.1.1",
"mocha": "^3.0.1"
}
}