-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.04 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "mymdb",
"version": "1.0.0",
"description": "movie app",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "grunt server -a localhost -p $((RANDOM + 10000)) -o",
"build-dev": "grunt build-dev",
"build": "grunt build",
"start": "npm run build-dev; npm run server",
"deploy": "npm run build; ./deploy.sh",
"watch": "npm run build-dev; npm run server"
},
"repository": {
"type": "git",
"url": "https://github.com/edstros/mymdb"
},
"author": "Edwin Acevedo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/edstros/mymdb/issues"
},
"homepage": "https://github.com/edstros/mymdb",
"devDependencies": {
"babel": "^5.3.1",
"bowcat": "0.0.4",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-babel": "^5.0.0",
"grunt-bower-concat": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.0.0",
"http-server": "^0.8.0",
"install": "^0.1.8",
"jade": "git://github.com/jadejs/jade.git",
"load-grunt-tasks": "^3.2.0",
"node-sass": "^3.1.0",
"nodemon": "^1.3.7",
"npm": "^2.10.1"
},
"dependencies": {
"grunt": "^0.4.5",
"babel": "^5.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-babel": "^5.0.0",
"grunt-bower-concat": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.0.0",
"http-server": "^0.8.0",
"jade": "^1.9.2",
"load-grunt-tasks": "^3.2.0",
"node-sass": "^3.1.2",
"nodemon": "^1.3.7"
},
"keywords": [
"movie",
"database"
]
}