-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.64 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "tenveux",
"version": "0.0.1",
"main": "index.js",
"description": "T'en veux? Server API",
"homepage": "https://github.com/leoht/tenveux",
"bugs": "https://github.com/leoht/tenveux/issues",
"author": {
"name": "",
"email": ""
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/leoht/tenveux-back"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"tenveux",
"jenprend"
],
"engines": {
"node": "0.10.x"
},
"dependencies": {
"apn": "^1.6.2",
"apnagent": "^1.1.3",
"appengine": "^0.3.0",
"body-parser": "~1.8.3",
"connect-busboy": "0.0.2",
"express": "~4.9.4",
"forever": "^0.13.0",
"gcloud": "^0.12.0",
"geoip-lite": "^1.1.5",
"gm": "^1.17.0",
"key-del": "^0.1.6",
"mongoose": "~3.8.16",
"node-gcm": "^0.9.15",
"nodemailer": "^1.3.2",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"supertest": "^0.15.0",
"underscore": "^1.8.2",
"winston": "^0.9.0"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1",
"grunt-mocha-cli": "^1.9.0",
"jshint-stylish": "^0.2.0",
"browserify": "^4.1.3",
"chai": "*",
"mocha": "*"
},
"scripts": {
"start": "node index.js",
"test": "mocha",
"browser": "browserify lib/tenveux.js > browser.js",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000"
},
"bin": {
"tenveux": "cli.js"
},
"preferGlobal": "true"
}