-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "flickr-panel",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"body-parser": "^1.12.0",
"compression": "1.2.x",
"cors": "2.5.3",
"express": "~4.8.x",
"lodash": "~3.0.x",
"grunt": "*",
"grunt-cli": "0.1.13",
"bower": "*",
"matchdep": "^0.3.0",
"grunt-bower-task": "^0.4.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"connect-livereload": "^0.5.3",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0",
"grunt-open": "^0.2.3"
},
"devDependencies": {
"nodemon": "1.3.7",
"pre-commit": "0.0.9"
},
"scripts": {
"postinstall": "grunt default",
"start": "node server.js",
"start-dev": "grunt run-dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Felipe Polo Ruiz <[email protected]> (https://github.com/feliun)",
"license": "ISC"
}