forked from googlearchive/polymerchromeapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 857 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
{
"name": "polymerchromeapp",
"version": "1.0.1",
"description": "<a target=\"_blank\" href=\"https://chrome.google.com/webstore/detail/figjlmomjacpejcemmmfkhnpmndikhcn\">![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png \"Click here to install this sample from the Chrome Web Store\")</a>",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/robdodson/polymerchromeapp.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/robdodson/polymerchromeapp/issues"
},
"homepage": "https://github.com/robdodson/polymerchromeapp",
"devDependencies": {
"grunt-vulcanize": "~0.4.0",
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1"
}
}