-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
48
49
50
{
"name": "book-library-using-polymer-js",
"main": "server.js",
"description": "A stateful polymer app. Deployed in IBM Blumix",
"version": "1.0.0",
"private": false,
"engines": {
"node": "6.*"
},
"scripts": {
"test": "wct",
"build": "gulp",
"deploy": "cf push",
"start": "node go-live.js",
"start-dev": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bharatrajan/book-library-using-polymerJs"
},
"directories": {
"test": "test"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cache-bust": "^1.1.0",
"gulp-htmlclean": "^2.7.14",
"gulp-inline": "^0.1.3",
"gulp-minify-inline": "^1.0.0",
"gulp-vulcanize": "^6.1.0",
"run-sequence": "^2.1.0"
},
"dependencies": {
"body-parser": "^1.17.x",
"cfenv": "^1.0.4",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.15.x",
"fs": "0.0.1-security",
"promise": "^8.0.1",
"web-component-tester": "^6.0.1"
},
"bugs": {
"url": "https://github.com/bharatrajan/book-library-using-polymerJs/issues"
},
"homepage": "https://github.com/bharatrajan/book-library-using-polymerJs#readme",
"author": "Bharat Rajan",
"license": "ISC"
}