forked from SafeTrek/safetrek-node-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "safetrek-node-bootstrap",
"version": "1.0.0",
"description": "A bootstrap project to quickly get you started with the SafeTrek API using NodeJS.",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development gulp watch",
"postinstall": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SafeTrek/safetrek-node-bootstrap.git"
},
"author": "SafeTrek",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/SafeTrek/safetrek-node-bootstrap/issues"
},
"homepage": "https://github.com/SafeTrek/safetrek-node-bootstrap#readme",
"devDependencies": {
"ajv": "^5.0.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"browserify": "^16.1.1",
"dotenv": "^5.0.1",
"eslint": "^4.19.0",
"exorcist": "^1.0.1",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-if": "^2.0.2",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"hammerjs": "^2.0.8",
"jquery": "^3.3.1",
"materialize-css": "^0.100.2",
"merge-stream": "^1.0.1",
"pug": "^2.0.1",
"unirest": "^0.5.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}