forked from Minds/front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "minds-front",
"version": "1.0.0",
"description": "Front end repository for Minds",
"dependencies": {
"angular2": "2.0.0-alpha.46",
"braintree-web": "2.15.2",
"es6-module-loader": "^0.16.2",
"systemjs": "^0.18.1",
"tinymce": "^4.2.6",
"zone.js": "^0.4.1",
"reflect-metadata": "0.1.2",
"es6-shim": "^0.33.6",
"intl": "^1.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"connect": "^3.3.5",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.0.2",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-css-globbing": "^0.1.4",
"gulp-filter": "^2.0.2",
"gulp-inject": "^1.3.1",
"gulp-inline-ng2-template": "^0.0.7",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "^1.0.3",
"gulp-plumber": "~1.0.1",
"gulp-shell": "~0.4.3",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "~1.5.2",
"gulp-template": "^3.0.0",
"gulp-typescript": "~2.9.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"jasmine-core": "~2.3.4",
"karma": "~0.12.37",
"karma-chrome-launcher": "~0.2.0",
"karma-jasmine": "~0.3.6",
"tsd": "^0.6.4",
"open": "0.0.5",
"protractor": "^2.5.1",
"run-sequence": "^1.1.0",
"sauce-connect-launcher": "^0.2.2",
"semver": "^4.3.6",
"serve-static": "^1.9.2",
"stream-series": "^0.1.1",
"systemjs-builder": "^0.13.3",
"typescript": "~1.6.2"
}
}