-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1016 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
33
34
35
36
37
{
"name": "towatch.io",
"version": "0.1.0",
"description": "A webapp to manage your episodes left to watch on Betaseries and more",
"scripts": {
"start": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/djorak/towatch.io"
},
"author": "Julien Djorak Maze",
"license": "ISC",
"bugs": {
"url": "https://github.com/djorak/towatch.io/issues"
},
"homepage": "https://github.com/djorak/towatch.io",
"main": "server.js",
"dependencies": {
"body-parser": "~1.10.0",
"express": "~4.10.6",
"method-override": "~2.3.0",
"mongoose": "~3.8.21"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.3.0",
"grunt-scss-lint": "^0.3.4"
}
}