-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 911 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": "infras",
"version": "0.0.1",
"description": "a map of puerto rico",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svevang/infras.git"
},
"author": "",
"license": "All Right",
"bugs": {
"url": "https://github.com/svevang/infras/issues"
},
"homepage": "https://github.com/svevang/infras#readme",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-bower-concat": "^1.0.0",
"grunt-bower-task": "^0.4.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^2.1.0",
"load-grunt-tasks": "^3.5.2"
},
"dependencies": {}
}