-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
{
"name": "jams",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browserify": "^12.0.1",
"chai": "^3.4.1",
"gulp-mocha": "^2.2.0",
"mocha": "^2.3.3",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"body-parser": "^1.14.1",
"browser-sync": "^2.10.0",
"chai": "^3.4.1",
"chokidar": "^1.3.0",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^0.2.0",
"gulp-jshint": "^1.12.0",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-open": "^1.0.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"polyline-encoded": "0.0.7",
"q": "^1.4.1",
"sequelize": "^3.14.1",
"supertest": "^1.1.0",
"url": "^0.11.0"
}
}