-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "retwis-n",
"version": "0.0.1",
"description": "Retwis-N",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/selimober/retwisn.git"
},
"engines": {
"node": "0.10.16",
"npm": "1.3.8"
},
"keywords": [
"retwisn",
"twitter",
"clone",
"redis"
],
"author": "Selim Ober <[email protected]>",
"dependencies": {
"express": "3.4.0",
"yaml-config": "0.3.0",
"redis": "0.8.4",
"redis-url": "0.1.0",
"swagger-node-express": "*",
"jade": "*",
"connect-redis": "*",
"connect-flash": "~0.1.1"
},
"devDependencies": {
"mocha": "~1.12.0",
"should": "~1.2.2",
"sinon": "~1.7.3",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-shell": "~0.3.0",
"grunt-mocha-cli": "~1.0.7",
"grunt-coffeelint": "0.0.7",
"grunt-nodemon": "~0.1.1",
"grunt-concurrent": "~0.3.1",
"grunt-contrib-copy": "~0.4.1"
}
}