-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
{
"name": "angular-sidebar",
"version": "0.1.0",
"description": "angular sidebar fully responsive",
"keywords": [
"angularJS",
"sidebar",
"responsive",
"bootstrap"
],
"author": {
"name": "Jonatha D Rodriguez",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/joneldiablo/angular-sidebar.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"event-stream": "^3.3.2",
"gulp": "^3.8.7",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.5.0",
"gulp-concat": "^2.3.4",
"gulp-concat-css": "^2.2.0",
"gulp-htmlmin": "^3.0.0",
"gulp-jshint": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-webserver": "^0.9.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-jquery": "^0.1.0",
"karma-mocha": "^1.0.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"karma-spec-reporter": "^0.0.26",
"mocha": "^2.5.3",
"ng-html2js": "^2.0.0",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.0.2",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
},
"engines": {
"node": ">=0.8.0"
}
}