-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "angular-reactive-quizzo-prototype",
"version": "0.0.1",
"description": "A prototype app fleshing out the angularjs side of the quizzo reacgive project",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start karma.conf.js",
"start": "ws -d app",
"jsdoc": "node_modules/jsdoc/jsdoc.js -r -d docs app/js; open docs"
},
"repository": {
"type": "git",
"url": "[email protected]:chariotsolutions/reactive-quizzo.git"
},
"author": "Michael Pigg / Ken Rimple",
"license": "APACHE",
"bugs": {
"url": "https://github.com/chariotsolutions/reactive-quizzo/issues"
},
"homepage": "https://github.com/chariotsolutions/reactive-quizzo",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"jshint": "^2.5.3",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.0",
"karma-story-reporter": "^0.2.2",
"local-web-server": "^0.5.13",
"protractor": "^1.0.0"
},
"dependencies": {
"karma": "^0.12.21"
}
}