-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 853 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
{
"name": "imgTag",
"version": "0.0.0",
"dependencies": {
"body-parser": "^1.12.4",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.1",
"excel-export": "^0.4.1",
"express": "^4.12.4",
"express-session": "^1.11.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-express-server": "^0.5.1",
"jade": "^1.9.2",
"morgan": "^1.5.3",
"multer": "^0.1.8",
"mysql": "^2.7.0",
"node_memcached": "^1.1.3",
"serve-favicon": "^2.2.1",
"winston": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1"
}
}