forked from nippur72/PolymerTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.02 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
{
"name": "polymer-ts",
"version": "0.1.29",
"description": "Polymer 1.0 for TypeScript",
"main": "polymer-ts.js",
"scripts": {
"uglifyjs": "uglify-js",
"minify": "uglifyjs -o polymer-ts.min.js --in-source-map polymer-ts.js.map --source-map polymer-ts.min.js.map --screw-ie8 --mangle --compress --keep-names polymer-ts.js",
"updatesubprojects": "cp polymer-ts.min.* Sample/bower_components/polymer-ts && cp polymer-ts.min.* Test/bower_components/polymer-ts",
"build": "node node_modules/typescript/bin/tsc && npm run minify && npm run updatesubprojects"
},
"repository": {
"type": "git",
"url": "https://github.com/nippur72/PolymerTS.git"
},
"keywords": [
"polymer",
"typescript"
],
"author": "Antonino Porcino <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nippur72/PolymerTS/issues"
},
"homepage": "https://github.com/nippur72/PolymerTS",
"devDependencies": {
"typescript": "^1.8.10",
"uglify-js": "^2.6.2"
},
"dependencies": {}
}