-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 942 Bytes
/
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
{
"name": "gallery2",
"version": "0.0.0",
"description": "Gallery : Web App for videos and photos",
"private": true,
"author": "Nicolas DOVRAN <[email protected]>",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bower": "^1.3.1",
"grunt": "^0.4.4",
"grunt-bower-install": "^1.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-requirejs": "^0.4.3",
"grunt-karma": "^0.8.2",
"karma": "^0.12.3",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.3",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"consolidate": "0.13.1",
"mustache": "2.1.3",
"glob": "5.0.14"
}
}