-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"main": "app.js",
"scripts": {
"start": "./deploy/node/start.sh",
"stop": "./deploy/node/stop.sh",
"restart": "npm stop; npm start",
"test": "./node_modules/.bin/grunt",
"features": "grunt features",
"watch": "grunt watcher"
},
"dependencies": {
"nodemon": "^1.3.7",
"rupert": "^0.3.4",
"rupert-plugin-angular": "^0.1.4",
"rupert-plugin-bootstrap": "^0.1.1",
"rupert-plugin-mongo": "0.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"rupert-grunt": "^0.1.4"
},
"name": "rupert-example-blog",
"description": "A sample Rupert blog (straight-up MEAN stack).",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/RupertJS/rupert-example-blog.git"
},
"keywords": [
"Rupert",
"RupertJS"
],
"author": "David Souther <[email protected]> (https://davidsouther.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/RupertJS/rupert-example-blog/issues"
},
"homepage": "https://github.com/RupertJS/rupert-example-blog"
}