-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.54 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"homepage": "https://visaguas.infoamazonia.org/",
"name": "visaguas",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "mkdir -p dist && ./node_modules/grunt-cli/bin/grunt build",
"start": "node index.js",
"clean": "gh-pages-clean",
"predeploy": "NODE_ENV=production npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "https://github.com/InfoAmazonia/visaguas.git"
},
"bugs": {
"url": "https://github.com/InfoAmazonia/visaguas/issues"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "1.8.0",
"angular-ui-router": "1.0.29",
"angular-animate": "1.6.4",
"ng-dialog": "0.3.10",
"async": "0.9.0",
"body-parser": "1.6.7",
"compression": "1.0.11",
"csv": "3",
"csv-parse": "4.12.0",
"csv-stringify": "2.0.0",
"d3": "3.5.17",
"dotenv": "1.0.0",
"express": "4.8.7",
"grunt": "1.4.0",
"browserify": "9.0.3",
"browserify-shim": "3.8.3",
"grunt-browserify": "3.8.0",
"grunt-cli": "0.1.13",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jade": "1.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"napa": "0.4.1",
"underscore": "1.13.0"
},
"browser": {
"angular": "./node_modules/angular/angular.js"
},
"browserify-shim": {
"angular": "angular"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"gh-pages": "^2.2.0"
}
}