-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.56 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
{
"name": "moonlighter",
"version": "1.0.0",
"description": "Like Github with Wizards",
"main": "server.js",
"scripts": {
"start": "nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HacklightMoon/moonlighter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HacklightMoon/moonlighter/issues"
},
"homepage": "https://github.com/HacklightMoon/moonlighter#readme",
"dependencies": {
"angular-toastr": "^1.7.0",
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"bower": "^1.7.9",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"knex": "^0.10.0",
"method-override": "^2.3.5",
"nodemon": "^1.9.1",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"path": "^0.12.7",
"pg": "^4.5.2",
"ramda": "^0.22.1",
"request": "^2.72.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"chai": "^3.4.0",
"chai-as-promised": "^5.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "~2.1.7",
"gulp-eslint": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-notify": "~0.3.4-1",
"gulp-shell": "^0.5.2",
"gulp-uglify": "~0.1.0",
"gulp-util": "~2.2.12",
"gulp-watch": "~0.5.0",
"jshint-stylish": "^2.2.0",
"mocha": "^2.3.3",
"pg": "^4.5.3",
"supertest": "^1.1.0"
}
}