-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 920 Bytes
/
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": "aurelia-ts-port",
"version": "0.1.0",
"description": "port of aurelia repos to typescript",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^1.8.1",
"del": "^1.1.0",
"dts-generator": "^1.4.1",
"gulp": "^3.8.10",
"gulp-changed": "^1.1.0",
"gulp-typescript": "*",
"merge2": "*",
"reflect-metadata": "^0.1.0",
"run-sequence": "^1.0.2",
"typescript": "Microsoft/TypeScript#master"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cmichaelgraham/aurelia-ts-port.git"
},
"keywords": [
"aurelia",
"typescript"
],
"author": "cmichaelgraham",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmichaelgraham/aurelia-ts-port/issues"
},
"homepage": "https://github.com/cmichaelgraham/aurelia-ts-port"
}