This repository has been archived by the owner on Aug 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
81 lines (81 loc) · 2.48 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
73
74
75
76
77
78
79
80
81
{
"name": "systemjs-test",
"version": "1.0.0",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-plugin-syntax-decorators": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-3": "^6.5.0",
"browser-sync": "^2.12.5",
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.0",
"es6-module-loader": "^0.17.11",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.0",
"gulp-karma": "0.0.5",
"gulp-less": "^3.0.5",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "^2.3.0",
"gulp-replace-task": "^0.11.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.3",
"isparta": "^4.0.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.1.0",
"jspm": "^0.16.34",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.4.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-systemjs": "^0.13.0",
"less-plugin-clean-css": "^1.5.1",
"ng-annotate": "^1.2.1",
"object.assign": "^4.0.3",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7",
"require-dir": "^0.3.0",
"rsvp": "^3.2.1",
"run-sequence": "^1.1.5",
"systemjs": "^0.19.27",
"systemjs-route-bundler": "^1.6.0",
"vinyl-paths": "^2.1.0"
},
"dependencies": {},
"jspm": {
"directories": {
"lib": "src"
},
"configFile": "system.config.js",
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.3",
"angular-ui-router": "github:angular-ui/ui-router@^0.2.15",
"clean-css": "npm:clean-css@^3.4.12",
"css": "github:systemjs/plugin-css@^0.1.21",
"json": "github:systemjs/plugin-json@^0.1.2",
"ocLazyLoad": "github:ocombe/oclazyload@^1.0.5",
"ui-router-extras": "npm:ui-router-extras@^0.0.14"
},
"devDependencies": {
"angular-mocks": "github:angular/bower-angular-mocks@^1.5.3",
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"scripts": {
"postinstall": "jspm install",
"start": "gulp watch serve"
}
}