-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 787 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 787 Bytes
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
{
"name": "angular-offcanvas",
"version": "0.1.0",
"dependencies": {},
"devDependencies": {
"angular": "^1.3.15",
"gulp": "~3.8.11",
"gulp-include": "~1.1.1",
"gulp-concat": "~2.5.2",
"gulp-ng-html2js": "~0.2.0",
"gulp-plumber": "~1.0.0",
"gulp-sass": "~1.3.3",
"gulp-autoprefixer": "~2.1.0",
"gulp-size": "~1.2.1",
"gulp-rename": "~1.2.2",
"gulp-cssmin": "~0.1.6",
"event-stream": "~3.3.0",
"gulp-uglify": "~1.2.0",
"gulp-minify-html": "~1.0.2",
"karma": "~0.12.31",
"jasmine-core": "~2.2.0",
"karma-jasmine": "~0.3.5",
"karma-chrome-launcher": "~0.1.8",
"angular-mocks": "^1.3.15",
"browser-sync": "~2.6.4",
"angular-animate": "^1.3.15",
"nanoscroller": "~0.8.6"
},
"license": "MIT"
}