-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 756 Bytes
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
{
"name": "devgroups",
"version": "1.0.0",
"description": "A huge list of developer groups around the world",
"author": "Caio Ribeiro Pereira",
"license": "MIT",
"scripts": {
"start": "./node_modules/.bin/grunt serve",
"deploy": "./node_modules/.bin/grunt deploy"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-appcache": "^0.1.8",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-env": "^0.4.2",
"grunt-execute": "^0.2.2",
"grunt-gh-pages": "^0.9.1",
"grunt-harp": "^0.1.4",
"moment": "^2.9.0",
"rss": "^1.1.1"
}
}