-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 875 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 875 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "BOILERPLATE",
"version": "0.0.1",
"description": "A MEAN CMS Boilerplate.",
"author": "Sylvain Lapendry",
"repository": {
"type": "git",
"url": "https://github.com/sylvainlap/Boilerplate.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt",
"postinstall": "bower install"
},
"dependencies": {
"async": "0.9.x",
"body-parser": "1.9.x",
"chalk": "0.5.x",
"compression": "1.2.x",
"express": "4.10.x",
"glob": "4.0.x",
"lodash": "2.4.x",
"mongoose": "3.8.x",
"morgan": "1.4.x",
"swig": "1.4.x"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-apidoc": "0.7.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-watch": "0.6.x",
"grunt-concurrent": "1.0.x",
"grunt-nodemon": "0.3.x",
"load-grunt-tasks": "1.0.x"
}
}