converter/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "dencode.org",
"version": "1.0.0-alpha.1",
"description": "Convert to and fro!",
"keywords": [
2016-09-15 12:40:13 +02:00
"dencode", "conversion", "converter", "convert"
],
"author": {
"name": "Manuel Friedli",
"email": "manuel@fritteli.ch"
},
"license": "MIT",
"homepage": "https://test.friedli.info/~manuel/dencode",
2016-06-06 15:03:14 +02:00
"repository": "https://gittr.ch/manuel/dencode.org.git",
"dependencies": {
2016-09-15 12:40:13 +02:00
"@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",
2016-06-06 15:03:14 +02:00
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
2016-09-15 12:40:13 +02:00
"rxjs": "5.0.0-beta.12",
2016-06-06 15:03:14 +02:00
"systemjs": "^0.19.27",
2016-09-20 22:02:38 +02:00
"zone.js": "^0.6.12",
"quoted-printable": "^1.0.0",
2016-09-27 23:50:52 +02:00
"utf8": "^2.1.1",
"punycode": "1.4.1"
},
"devDependencies": {
2016-09-15 12:40:13 +02:00
"concurrently": "^2.2.0",
2016-06-06 15:03:14 +02:00
"lite-server": "^2.2.0",
2016-09-15 12:40:13 +02:00
"typescript": "^2.0.2",
"typings": "^1.3.2"
2016-06-06 15:03:14 +02:00
},
"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"
}
}