44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "dencode.org",
|
|
"version": "1.0.0-alpha.1",
|
|
"description": "Convert to and fro!",
|
|
"keywords": [
|
|
"dencode"
|
|
],
|
|
"author": {
|
|
"name": "Manuel Friedli",
|
|
"email": "manuel@fritteli.ch"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://test.friedli.info/~manuel/dencode",
|
|
"repository": "https://gittr.ch/manuel/dencode.org.git",
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0-rc.1",
|
|
"@angular/compiler": "2.0.0-rc.1",
|
|
"@angular/core": "2.0.0-rc.1",
|
|
"@angular/platform-browser": "2.0.0-rc.1",
|
|
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
|
|
"@angular/upgrade": "2.0.0-rc.1",
|
|
"bootstrap": "^3.3.6",
|
|
"core-js": "^2.4.0",
|
|
"reflect-metadata": "^0.1.3",
|
|
"rxjs": "5.0.0-beta.6",
|
|
"systemjs": "^0.19.27",
|
|
"zone.js": "^0.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^2.0.0",
|
|
"gulp": "^3.9.0",
|
|
"lite-server": "^2.2.0",
|
|
"typescript": "^1.8.10",
|
|
"typings": "^1.0.4"
|
|
},
|
|
"scripts": {
|
|
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\"",
|
|
"lite": "lite-server",
|
|
"postinstall": "typings install",
|
|
"tsc": "tsc",
|
|
"tsc:w": "tsc -w",
|
|
"typings": "typings"
|
|
}
|
|
}
|