-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 915 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
37
{
"name": "connectmydots",
"version": "0.6.2",
"description": "Network visualization for arts entrepreneurs",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/islemaster/connectmydots"
},
"engines": {
"node": "^6.11.1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"connect-pg-simple": "^3.1.2",
"del": "^1.2.0",
"express": "^4.15.2",
"express-session": "^1.15.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-jade": "^1.0.1",
"gulp-jshint": "^1.11.0",
"gulp-mocha": "^2.1.2",
"gulp-sass": "^2.0.1",
"normalize.css": "^3.0.3",
"pg": "^6.1.6",
"seedrandom": "^2.4.0"
},
"scripts": {
"test": "gulp test",
"postinstall": "npm rebuild node-sass && yarn run build",
"build": "gulp build-prod",
"start": "heroku local"
},
"author": "Brad Buchanan"
}