-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
51 lines (51 loc) · 1.19 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "trafic-simulator",
"version": "0.0.1",
"description": "Simulator of road networks with signal-controlled intersections",
"scripts": {
"test": "gulp test"
},
"author": {
"name": "Artem Volkhin",
"email": "[email protected]",
"url": "http://volkhin.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/volkhin/RoadTrafficSimulator.git"
},
"config": {
"blanket": {
"pattern": "/coffee/",
"loader": "./node-loaders/coffee-script",
"data-cover-reporter-options": {
"shortnames": true
}
}
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"blanket": "~1.1",
"browserify": "~4.1",
"chai": "~1.9",
"chroma-js": "^0.5.7",
"coffee-script": "~1.7",
"coffeeify": "~0.6",
"dat-gui": "~0.5",
"gulp": "~3.8",
"gulp-coffee": "~2.0",
"gulp-coffeelint": "~0.3",
"gulp-concat": "~2.2",
"gulp-mocha": "~0.4",
"gulp-notify": "~1.3",
"gulp-plumber": "~0.6",
"gulp-rename": "~1.2",
"gulp-uglify": "~0.3",
"gulp-util": "~2.2",
"jquery": "~2.1",
"jquery-mousewheel": "~3.1",
"underscore": "~1.6",
"vinyl-source-stream": "~0.1"
}
}