-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 856 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 856 Bytes
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
{
"name": "circles",
"version": "0.0.0",
"description": "A simple game",
"main": "main.js",
"directories": {
"doc": "docs",
"test": "test"
},
"devDependencies": {
"mocha": "~2.1.0",
"chai": "~1.10.0",
"karma": "~0.12.31",
"karma-requirejs": "~0.2.2",
"karma-coverage": "~0.2.7",
"karma-mocha": "~0.1.10",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.7",
"karma-mocha-reporter": "~0.3.1",
"gulp": "~3.8.11",
"run-sequence": "~1.0.2",
"gulp-clean": "~0.3.1",
"gulp-execsyncs": "~0.1.1",
"del": "~1.1.1",
"gulp-inject-string": "0.0.2"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "[email protected]:mbitto/circles.git"
},
"author": "",
"license": "BSD",
"dependencies": {
"requirejs": "~2.1.15"
}
}