forked from Vizzuality/iom
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 986 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
37
38
{
"name": "iom",
"version": "2.0.0",
"description": "A webapp",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/simbiotica/iom.git"
},
"author": "Simbiotica <http://simbiotica.es>",
"license": "ISC",
"bugs": {
"url": "https://github.com/simbiotica/iom/issues"
},
"homepage": "https://github.com/simbiotica/iom",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^0.7.2",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-imagemin": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-svgmin": "^0.4.0",
"jshint-stylish": "^0.1.5",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
}
}