-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
61 lines (61 loc) · 1.4 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "bk-fullstack-ts",
"version": "0.0.0",
"description": "A fullstack typescript demo with angular2, sass3, jspm, express4, and gulp3.",
"keywords": [
"typescript",
"ts",
"express",
"express4",
"angular2",
"ng2",
"node",
"fullstack",
"gulp",
"node",
"sass",
"sass3",
"jspm"
],
"repository": {
"type": "git",
"url": "https://github.com/bkinsey808/bk-fullstack-ts"
},
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben Kinsey",
"license": "AGPL-3.0",
"dependencies": {
"express": "^4.13.3",
"jspm": "^0.16.11",
"tsd": "^0.6.5"
},
"devDependencies": {
"browser-sync": "^2.9.8",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-concat-css": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-typescript": "^2.8.1",
"gulp-watch": "^4.3.5",
"nodemon": "^1.7.1",
"run-sequence": "^1.1.2"
},
"jspm": {
"directories": {
"baseURL": "dist/public"
},
"dependencies": {
"angular/zone.js": "github:angular/zone.js@^0.5.5",
"angular2": "npm:angular2@^2.0.0-alpha.38",
"reflect-metadata": "npm:reflect-metadata@^0.1.1",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@^0.0.91"
},
"devDependencies": {
"typescript": "npm:typescript@^1.6.2"
}
}
}