forked from hastebrot/dolphin-platform-polymer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.57 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
{
"name": "dolphin-platform-polymer",
"version": "1.0.0-CR.6",
"description": "Polymer Remoting Component of the Dolphin Platform",
"author": "Michael Heinrichs <[email protected]>",
"contributors": [
"Michael Heinrichs <[email protected]>",
"Hendrik Ebbers <[email protected]>",
"Kunal Singh <[email protected]>",
"Timo Brandstätter <[email protected]>",
"Benjamin Gudehus <[email protected]>",
"Simon Skoczylas <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/canoo/dolphin-platform-polymer.git"
},
"license": "Apache-2.0",
"scripts": {
"clean:all": "node ./node_modules/rimraf/bin.js node_modules/ bower_components/",
"install:all": "npm install && node ./node_modules/bower/bin/bower install",
"analyze": "node ./node_modules/polymer-cli/bin/polymer.js analyze",
"analyze:json": "node ./node_modules/polymer-cli/bin/polymer.js analyze > analysis.json",
"serve": "npm run analyze:json && node ./node_modules/polymer-cli/bin/polymer.js serve",
"lint": "node ./node_modules/polymer-cli/bin/polymer.js lint",
"test": "node ./node_modules/polymer-cli/bin/polymer.js test",
"test:firefox": "node ./node_modules/polymer-cli/bin/polymer.js test -l firefox",
"test:chrome": "node ./node_modules/polymer-cli/bin/polymer.js test -l chrome",
"test:safari": "node ./node_modules/polymer-cli/bin/polymer.js test -l safari"
},
"devDependencies": {
"bower": "1.8.2",
"polymer-cli": "1.5.7",
"rimraf": "2.6.2"
}
}