-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.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
{
"name": "AribaWeb7",
"version": "0.0.1",
"description": "AribaWeb 7 The next generation ariba ui framework",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.0.4",
"gulp-concat": "^2.2.0",
"gulp-cssnano": "^2.1.0",
"gulp-rename": "^1.2.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/fkolarsap/aribaweb7.git"
},
"devDependencies": {
"bower": "^1.3.3",
"clean-css": "2.2.2",
"clone": "^1.0.2",
"del": "^2.0.2",
"fs-extra": "^0.26.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-inject": "^3.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-preprocess": "^1.2.0",
"gulp-rimraf": "^0.2.0",
"gulp-useref": "^1.3.0",
"gulp-util": "^2.2.14",
"imagemin": "3.2.0",
"jasmine-core": "^2.1.2",
"jshint": "^2.8.0",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-html-reporter": "^0.2.3",
"karma-jasmine": "^0.3.0",
"karma-js-coverage": "^0.4.0",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.2.0",
"lodash._getnative": "^3.9.1",
"lodash._root": "^3.0.0",
"lodash.isarguments": "^3.0.6",
"lodash.isarray": "^4.0.0",
"mv": "^2.1.1",
"ng-annotate": "^0.15.4",
"phantomjs": "^1.9.17",
"rimraf": "^2.5.1",
"run-sequence": "^1.1.4",
"shelljs": "^0.3.0",
"stream-series": "^0.1.1",
"uglify-js": "2.4.14",
"wrappy": "^1.0.1"
}
}