-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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": "polymer-starter-kit-custom-build",
"version": "1.0.0",
"description": "A starting point for Polymer 1.0 custom build apps",
"repository": {
"type": "git",
"url": "[email protected]:PolymerElements/generator-polymer-init-custom-build"
},
"license": "http://polymer.github.io/LICENSE.txt",
"bugs": {
"url": "https://github.com/PolymerElements/generator-polymer-init-custom-build/issues"
},
"engines": {
"node": "^6.9.1"
},
"dependencies": {
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"errorhandler": "1.4.2",
"express": "^4.14.0",
"faker": "^3.1.0",
"firebase": "^3.5.1",
"method-override": "^1.0.0",
"morgan": "^1.7.0",
"twilio": "^2.11.0"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-plugin-array-includes": "^2.0.3",
"babel-preset-es2015-script": "^1.1.0",
"cssnano": "^3.7.7",
"del": "^2.2.1",
"faker": "^3.1.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-postcss": "^6.2.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0",
"merge-stream": "^1.0.0",
"plylog": "^0.4.0",
"polymer-build": "^0.4.0",
"postcss": "^5.2.5"
},
"private": true
}