-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.35 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
39
40
{
"name": "Push-Up-o-meter",
"version": "0.1.0",
"description": "",
"main": "server.js",
"repository": "https://github.com/besuhoff/pushupometer",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "HOME=$HOME/app-root/runtime/repo/ ./node_modules/.bin/bower install && HOME=$HOME/app-root/runtime/repo/ ./node_modules/.bin/grunt install",
"deploy": "HOME=$HOME/app-root/runtime/repo/ ./node_modules/.bin/bower install && HOME=$HOME/app-root/runtime/repo/ ./node_modules/.bin/grunt build"
},
"author": "Sergiy Pereverziev",
"license": "MIT",
"devDependencies": {
"express": "~4.11.2",
"bower": "~1.3.12",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-notify": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.8.0",
"grunt-express": "~1.4.1",
"grunt-html2js": "~0.3.0",
"grunt-contrib-jshint": "~0.11.1",
"grunt-replace": "~0.8.0",
"grunt-usemin": "~3.0.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-imagemin": "~0.9.4",
"grunt-ng-annotate": "~0.10.0",
"extend": "~2.0.1",
"mysql": "~2.7.0",
"crypto": "0.0.3",
"request": "~2.57.0",
"grunt-db-migrate": "~0.2.0"
}
}