-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 874 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
{
"name": "qam",
"version": "0.4.0",
"description": "Node.js Web Application Boilerplate",
"repository": {
"type": "git",
"url": "git+https://github.com/emirpasic/qam.git"
},
"author": "Emir Pasic",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/emirpasic/qam/issues"
},
"homepage": "https://github.com/emirpasic/qam#readme",
"dependencies": {
"cors": "2.8.1",
"ejs": "2.5.6",
"express": "4.15.2",
"winston": "2.3.1"
},
"devDependencies": {
"babel-preset-es2015": "6.22.0",
"babelify": "7.3.0",
"browserify": "14.1.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-less": "3.3.0",
"gulp-nodemon": "2.2.1",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.4.1",
"mold-source-map": "0.4.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
}
}