-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 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
{
"name": "paper-expansion-panel",
"version": "1.0.0",
"description": "",
"main": "paper-expansion-panel.html",
"directories": {
"test": "test",
"demo": "demo"
},
"scripts": {
"test": "polymer test",
"test.sauce": "polymer test --plugin sauce",
"check.upstream": "check-upstream-for",
"postinstall": "npm update; bower install; bower update",
"patch-release": "npm version patch && git push --follow-tags",
"minor-release": "npm version minor && git push --follow-tags",
"major-release": "npm version major && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReadingPlus/paper-expansion-panel.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ReadingPlus/paper-expansion-panel/issues"
},
"homepage": "https://github.com/ReadingPlus/paper-expansion-panel#readme",
"dependencies": {
"bower": "^1.8.0",
"polymer-cli": "^1.6.0"
},
"devDependencies": {}
}