This repository has been archived by the owner on Mar 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
137 lines (137 loc) · 4.59 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "sdn-angularjs-seed",
"version": "1.0.0",
"license": "MIT",
"description": "Sedona AngularJS seed",
"author": {
"name": "Sedona Solutions - Noël Macé",
"email": "[email protected]",
"url": "http://www.sedona.fr/sedona-solutions/"
},
"repository": {
"type": "git",
"url": "https://github.com/Sedona-Solutions/sdn-angularjs-seed.git"
},
"bugs": {
"url": "https://github.com/Sedona-Solutions/sdn-angularjs-seed/issues",
"email": "[email protected]"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-istanbul": "^0.8.0",
"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.11.0",
"browser-sync": "^2.12.5",
"connect": "^3.4.1",
"connect-prism": "1.0.6",
"del": "^2.2.1",
"es6-module-loader": "^0.17.11",
"eslint": "^3.0.1",
"eslint-config-sedona": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-eslint": "^2.0.0",
"gulp-htmlhint": "^0.3.1",
"gulp-insert": "^0.5.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-plumber": "^1.1.0",
"gulp-processhtml": "^1.1.0",
"gulp-protractor": "^2.3.0",
"gulp-replace": "^0.5.4",
"gulp-replace-task": "^0.11.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^2.0.0",
"http-proxy-middleware": "^0.17.1",
"isparta": "^4.0.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jspm": "^0.16.37",
"karma": "^0.13.22",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"karma-systemjs": "^0.14.0",
"less-plugin-clean-css": "^1.5.1",
"lodash": "^4.16.1",
"minimist": "^1.2.0",
"ng-annotate": "^1.2.1",
"object.assign": "^4.0.3",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7",
"remap-istanbul": "^0.6.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"sonar-web-frontend-reporters": "^2.1.0",
"systemjs": "^0.19.31",
"systemjs-builder": "^0.15.19",
"systemjs-route-bundler": "^1.6.0",
"vinyl-paths": "^2.1.0"
},
"dependencies": {},
"jspm": {
"directories": {
"baseURL": "app",
"packages": "app/libs"
},
"configFile": "app/system.config.js",
"dependencies": {
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-aria": "github:angular/[email protected]",
"angular-material": "github:angular/[email protected]",
"angular-ui-router": "github:angular-ui/[email protected]",
"clean-css": "npm:[email protected]",
"css": "github:systemjs/[email protected]",
"json": "github:systemjs/[email protected]",
"lodash": "github:lodash/[email protected]",
"ng-transition": "github:Sedona-Solutions/[email protected]",
"ocLazyLoad": "github:ocombe/[email protected]",
"restangular": "github:mgonto/[email protected]",
"ui-router-extras": "npm:[email protected]"
},
"devDependencies": {
"angular-mocks": "github:angular/[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]"
},
"overrides": {
"github:mgonto/[email protected]": {
"shim": {
"restangular": {
"deps": [
"angular",
"lodash"
]
}
}
}
}
},
"scripts": {
"postinstall": "jspm install",
"start": "gulp watch serve",
"start:release": "gulp serve:prod",
"link:ng-transition": "jspm i --link github:Sedona-Solutions/angular-transition-sugar@dev -y",
"version": "git add package.json",
"test": "gulp test",
"wd": "gulp webdriver-standalone",
"e2e": "gulp sauce-test",
"lint": "gulp lint",
"release": "gulp release",
"remap-coverage": "remap-istanbul -i target/coverage/coverage-final.json -o target/coverage/remap/remap.json -b ./ && istanbul report --root target/coverage/remap --dir target/coverage/remap/rslt html",
"changelog": "github_changelog_generator --no-unreleased --no-author",
"release:zip": "npm run release && cd ./target/dist/app && tar -cvzf seed-frontend.tar.gz ."
}
}