-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 907 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
36
37
{
"name": "rest-api",
"version": "2.0.0",
"description": "An element providing a starting point for your own reusable Polymer elements.",
"main": "scripts/server.js",
"directories": {
"test": "test"
},
"dependencies": {
"polymer-cli": "^1.6.0"
},
"devDependencies": {
"browser-sync": "^2.23.6",
"connect-logger": "0.0.1",
"faker": "^3.1.0",
"json-server": "^0.8.23",
"lowdb": "^0.12.5",
"underscore": "^1.8.3",
"underscore-db": "^0.10.0"
},
"scripts": {
"test": "polymer test",
"start": "node scripts/server.js",
"prestart": "node scripts/db-create.js",
"polymer": "polymer",
"lint": "polymer lint --input rest-api.html rest-api-resource.html"
},
"keywords": [
"web-component",
"web-components",
"polymer",
"rest",
"api"
],
"author": "Anton Platonov <[email protected]>",
"license": "Apache-2.0"
}