-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 826 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
{
"name": "backbone-typescrip-boilerplate",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"lint": "gulp lint",
"lint:ts": "gulp lint:ts"
},
"author": "Jeffrey Effendy ([email protected])",
"license": "BSD-2-Clause",
"devDependencies": {
"browserify": "~13.1.0",
"gulp": "~3.9.1",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "~2.13.6",
"gulp-util": "~3.0.7",
"koa": "~1.2.1",
"koa-static": "~2.0.0",
"tsify": "~1.0.3",
"tslint": "^3.15.1",
"tslint-config-ms-recommended": "^0.1.2",
"tslint-microsoft-contrib": "^2.0.10",
"typescript": "~1.8.10",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.7.0"
}
}