-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.12 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
68
69
70
71
72
{
"name": "angular2_foundation_skeleton",
"version": "1.0.0",
"description": "A combination of Angular and the grid from foundation framework.",
"main": "js/app.js",
"scripts": {
"development": "gulp development",
"production": "gulp production",
"unit": "karma start --single-run"
},
"author": "Carter Wooten",
"license": "MIT",
"devDependencies": {
"@angular/router": "2.0.0-rc.1",
"babel-core": "6.9.0",
"babel-eslint": "^6.0.4",
"babel-preset-angular2": "^0.0.2",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.8",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-inline-ng2-template": "^2.0.0",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-newer": "^1.1.0",
"gulp-nodemon": "^2.0.7",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"html-minifier": "^2.1.3",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-browserify": "^5.0.4",
"karma-generic-preprocessor": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-source-map-support": "^1.1.0",
"node-sass": "^3.7.0",
"object-assign": "^4.1.0",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^3.3.0",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"babel-polyfill": "^6.8.0",
"zone.js": "0.6.12",
"angular2-universal": "~0.101.8",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"preboot": "^2.1.2"
}
}