-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.34 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
{
"name": "alertas-peru",
"description": "Mapa de alertas ambientais no Peru",
"repository": {
"type": "git",
"url": "git://github.com/oeco/alertas-peru.git"
},
"bugs": {
"url": "https://github.com/oeco/alertas-peru/issues"
},
"licenses": [
{
"type": "GPLv3",
"url": "https://github.com/oeco/alertas-peru/raw/master/LICENSE"
}
],
"version": "0.0.1",
"author": "Miguel Peixe <miguel@cardume.art.br>",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"postinstall": "./node_modules/.bin/napa && npm run build",
"build": "./node_modules/grunt-cli/bin/grunt build",
"start": "node app.js"
},
"dependencies": {
"angular": "^1.2.23",
"leaflet": "^0.7.3",
"less": "^1.7.5",
"moment": "^2.8.3",
"moment-timezone": "^0.2.2",
"underscore": "^1.7.0",
"jquery": "^2.1.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"napa": "^0.4.1"
},
"napa": {
"angular-leaflet": "tombatossals/angular-leaflet-directive"
},
"keywords": [
"peru",
"alerta ambiental",
"mapa"
]
}