47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "dencode.org",
|
|
"version": "1.0.0-alpha.1",
|
|
"description": "Convert to and fro!",
|
|
"keywords": [
|
|
"dencode", "conversion", "converter", "convert"
|
|
],
|
|
"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",
|
|
"@angular/compiler": "2.0.0",
|
|
"@angular/core": "2.0.0",
|
|
"@angular/forms": "2.0.0",
|
|
"@angular/platform-browser": "2.0.0",
|
|
"@angular/platform-browser-dynamic": "2.0.0",
|
|
"@angular/upgrade": "2.0.0",
|
|
"bootstrap": "^3.3.6",
|
|
"core-js": "^2.4.0",
|
|
"reflect-metadata": "^0.1.3",
|
|
"rxjs": "5.0.0-beta.12",
|
|
"systemjs": "^0.19.27",
|
|
"zone.js": "^0.6.12",
|
|
"quoted-printable": "^1.0.0",
|
|
"utf8": "^2.1.1",
|
|
"punycode": "1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^2.2.0",
|
|
"lite-server": "^2.2.0",
|
|
"typescript": "^2.0.2",
|
|
"typings": "^1.3.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|