-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 932 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
{
"name": "angular-simple-server",
"version": "0.1.4",
"description": "Simple server that supports SEO and html5mode rewriting",
"scripts": {
"lint": "jshint server.js",
"setup": "pm2 deploy ecosystem.json production setup",
"deploy": "pm2 deploy ecosystem.json production"
},
"author": "Song Seung Geun <[email protected]>",
"license": "MIT",
"repository": "gifff/angular-simple-server",
"dependencies": {
"angular-html5-proxy": "^1.0.2",
"express": "^4.12.3",
"extend": "^2.0.0",
"prerender-node": "^1.2.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.5.7",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.1",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"grunt-pm2-deploy": "^0.1.1",
"jshint": "^2.6.3",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.2.4"
}
}