forked from cugos/dropchop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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": "DropnChop",
"version": "0.0.1",
"description": "GIS in the browser.",
"homepage": "https://github.com/cugos/drop-n-chop",
"bugs": "https://github.com/cugos/drop-n-chop",
"repository": {
"type": "git",
"url": "https://github.com/cugos/drop-n-chop"
},
"main": "src/main.js",
"scripts": {
"start": "goat -e dist/index.html -p 8000",
"test": "grunt test"
},
"devDependencies": {
"chai": "~2.3.0",
"goat": "^0.4.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-jshint": "0.7.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-focus": "^0.1.1",
"grunt-gh-pages": "^0.10.0",
"grunt-karma": "~0.10.1",
"grunt-processhtml": "^0.3.7",
"grunt-reload": "^0.2.0",
"happen": "~0.1.3",
"jshint": "~2.3.0",
"karma": "^0.12.31",
"karma-browserify": "~4.1.2",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.7",
"karma-coverage": "~0.1.3",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "~0.1.4",
"karma-sinon": "~1.0.4",
"mapbox.js": "~2.1.9",
"mocha": "^2.2.4",
"sinon": "~1.14.1",
"turf": "^2.0.2",
"uglify-js": "~2.4.3"
}
}