forked from umayr/potato
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 885 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
{
"name": "potato",
"version": "0.0.1",
"description": "Tiny utility to steal food.",
"main": "index.js",
"scripts": {
"test": "./scripts/test.sh",
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hungrilla/potato.git"
},
"author": "Umayr Shahid <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/hungrilla/potato/issues"
},
"homepage": "https://github.com/hungrilla/potato#readme",
"dependencies": {
"bluebird": "^2.9.27",
"chalk": "^1.0.0",
"cheerio": "^0.19.0",
"mysql": "^2.6.2",
"request": "^2.58.0",
"sequelize": "^3.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0",
"grunt-timer": "^0.6.0",
"jshint-stylish": "^2.0.1",
"nodemon": "^1.3.7"
}
}