-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.8 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
62
63
64
65
66
67
{
"name": "drunken-angular",
"version": "1.0.0",
"description": "Phoenix Elixir Framework and Angular Fullstack App Boilerplate. Built for speed, concurrency and reactiveness. https://drunken-angular.herokuapp.com",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"start": "concurrent \"gulp\" \"mix phoenix.server\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigbassroller/drunken-angular.git"
},
"keywords": [
"Angular",
"2",
"ng2",
"hello",
"world"
],
"author": "Michael Chavez",
"license": "ISC",
"bugs": {
"url": "https://github.com/bigbassroller/drunken-angular/issues"
},
"homepage": "https://github.com/bigbassroller/drunken-angular#readme",
"dependencies": {
"angular2": "^2.0.0-beta.0",
"babel-loader": "^5.3.2",
"bootstrap-sass": "^3.3.5",
"browser-sync": "^2.10.1",
"del": "^2.0.2",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.13",
"font-awesome": "^4.4.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-elm": "^0.2.0",
"gulp-inject": "^3.0.0",
"gulp-newer": "^1.1.0",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.2.2",
"gulp-typescript": "^2.10.0",
"gulp-webpack": "^1.5.0",
"merge-stream": "^1.0.0",
"path": "^0.12.7",
"reflect-metadata": "^0.1.2",
"require-dir": "^0.3.0",
"rxjs": "^5.0.0-beta.0",
"superstatic": "^4.0.1",
"systemjs": "^0.19.9",
"tslint": "^3.2.1",
"zone.js": "^0.5.10"
},
"devDependencies": {
"babel-core": "^5.8.30",
"babel-loader": "^5.3.2",
"concurrently": "^1.0.0",
"css-loader": "^0.21.0",
"extract-text-webpack-plugin": "^0.8.2",
"webpack": "^1.12.2",
"typescript": "^1.7.3"
}
}