forked from django-cms/django-filer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "filer",
"private": true,
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-iconfont": "^11.0.1",
"gulp-iconfont-css": "^3.0.0",
"gulp-jscs": "^4.1.0",
"gulp-jshint": "^1.12.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-sync": "^0.1.4",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.2",
"jshint-stylish": "^2.2.1",
"karma": "^0.13.22",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.8",
"karma-json-fixtures-preprocessor": "^0.0.6",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.7",
"request": "^2.88.2",
"sass": "^1.63.4"
}
}