-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
69 lines (69 loc) · 1.86 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
{
"name": "mno-ui-elements",
"version": "0.0.0",
"author": {
"name": "Clement Berti",
"email": "[email protected]"
},
"main": "dist/mno-ui-elements.js",
"dependencies": {
"gulp-clean-css": "^2.0.13"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"angular-scenario": "^1.5.5",
"bower": "^1.6.5",
"browser-sync": "^2.11.1",
"browser-sync-spa": "^1.0.3",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"del": "^1.2.1",
"gulp": "^3.8.7",
"gulp-angular-embed-templates": "^2.2.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.3.4",
"gulp-filter": "^3.0.1",
"gulp-inject": "^1.5.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.6",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^2.2.3",
"karma": "~0.12.22",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^1.0.2",
"karma-jasmine-jquery": "0.1.1",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^0.3.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"lazypipe": "^1.0.1",
"less-plugin-glob": "^1.1.0",
"lolex": "^1.5.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.1.5",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"wiredep": "^3.0.0",
"wrench": "^1.5.8"
},
"engines": {
"node": "~5.6.0"
}
}