-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 924 Bytes
/
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
{
"name": "globalforestwatch",
"version": "0.1.0",
"description": "Global Forest Watch",
"main": "Gruntfile.js",
"scripts": {
"test": "testem"
},
"repository": {
"type": "git",
"url": "https://github.com/Vizzuality/gfw.git"
},
"author": "Simbiótica <http://simbiotica.es>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vizzuality/gfw/issues"
},
"homepage": "https://github.com/Vizzuality/gfw",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jasmine": "^0.6.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-template-jasmine-requirejs": "^0.2.0",
"jshint-stylish": "^0.2.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^0.3.2"
},
"dependencies": {
"bower": "1.3.8"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
}
}