-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "new-hd-films",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/nawa/new-hd-films"
},
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.17.0",
"connect": "^2.0.0",
"cron": "^1.0.4",
"ejs": "^0.8.5",
"express": "~4.2.0",
"iconv": "^2.1.4",
"kinopoisk-ru": "~1.x.x",
"mongoose": "^3.8.12",
"nconf": "^0.6.9",
"request": "^2.36.0",
"winston": "^0.7.3",
"array.prototype.findindex": "^1.0.0"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-develop": "^0.4.0",
"grunt-env": "^0.4.1",
"grunt-istanbul": "^0.3.0",
"grunt-mocha-test": "^0.11.0",
"grunt-nodemon": "^0.3.0",
"jshint-stylish": "^0.4.0",
"load-grunt-tasks": "^0.6.0",
"nock": "^0.48.1",
"sinon": "^1.11.1",
"supertest": "^0.15.0",
"time-grunt": "^0.4.0"
}
}