-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "dense-space",
"version": "0.0.1",
"description": "A visualisation of population density around the world",
"main": "Gruntfile.js",
"scripts": {
"start": "nodemon bin/server --watch bin/server",
"test": "grunt ci:test"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"dependencies": {
"gulp-browserify": "^0.5.1",
"johnny-five": "^0.8.19",
"node-static": "latest"
},
"devDependencies": {
"browserify": "^3.44.2",
"connect": "^2.24.3",
"connect-livereload": "~0.2.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.7",
"gulp-concat": "^2.3.4",
"gulp-if": "^1.2.4",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-livereload": "^1.5.0",
"gulp-sass": "~0.7.1",
"gulp-shell": "^0.2.9",
"gulp-sourcemaps": "^1.1.0",
"gulp-uglify": "^0.3.1",
"jquery": "^2.1.3",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.19",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.0.1",
"napa": "^0.4.1",
"nock": "^0.44.1",
"q": "^1.1.2",
"yargs": "^1.3.1"
}
}