forked from Learn-by-doing/bitstarter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "bitstarter",
"version": "1.0.0",
"description": "Crowd funding for goals and projects with Bitcoin.",
"main": "index.js",
"scripts": {
"test": "grunt",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Learn-by-doing/bitstarter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Learn-by-doing/bitstarter/issues"
},
"homepage": "https://github.com/Learn-by-doing/bitstarter#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"express": "4.14.0",
"express-handlebars": "^3.0.0",
"express-mysql-session": "^1.2.0",
"express-session": "^1.14.1",
"knex": "0.11.9",
"mocha": "^3.0.2",
"mysql": "2.11.1",
"prompt": "^1.0.0",
"request": "^2.74.0",
"serve-static": "^1.11.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^3.7.1",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"gruntify-eslint": "^3.1.0"
}
}