-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 917 Bytes
/
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
{
"name": "Universalimages",
"description": "Mark crop regions to make your images responsive.",
"version": "1.0.2",
"dependencies": {},
"devDependencies": {
"bower": "^1.7.7",
"del": "^2.0.2",
"fs-extra": "^4.0.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-env": "^0.4.0",
"gulp-help": "^1.3.4",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.9.4",
"gulp-sass": "^2.1.0",
"gulp-shell": "^0.4.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.1",
"jasmine-core": "^2.8.0",
"jshint-stylish": "^1.0.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.1",
"run-sequence": "^1.0.1",
"wiredep": "^2.2.2"
},
"repository": "github.com/sbaechler/ps-rmd-plugin",
"license": "GPL-3.0",
"private": true,
"scripts": {
"test": "karma start karma-ci.conf.js"
}
}