-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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": "gulp-css-url-versioner",
"version": "1.1.1",
"description": "A gulp plugin for versioning the CSS property: url",
"main": "dist/package/index",
"scripts": {
"start": "gulp",
"test": "gulp test",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"istanbul": "istanbul cover _mocha --report lcovonly -- -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/jansanchez/gulp-css-url-versioner.git"
},
"keywords": [
"gulpfriendly",
"gulpplugin",
"gulp",
"css",
"url",
"versioner",
"version"
],
"author": "jansanchez",
"license": "MIT",
"bugs": {
"url": "https://github.com/jansanchez/gulp-css-url-versioner/issues"
},
"devDependencies": {
"codeclimate-test-reporter": "~0.0.4",
"conventional-changelog": "0.0.11",
"coveralls": "~2.11.2",
"gulp": "^3.8.8",
"gulp-bump": "^0.1.11",
"gulp-coffee": "^2.2.0",
"gulp-complexity": "^0.3.0",
"gulp-debug": "^1.0.1",
"gulp-filter": "^1.0.2",
"gulp-if": "^1.2.4",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.6.0",
"gulp-mocha": "~1.1.1",
"gulp-rimraf": "^0.1.0",
"gulp-tag-version": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"istanbul": "~0.3.2",
"jshint-stylish": "^0.4.0",
"mocha": "~1.21.4",
"mocha-lcov-reporter": "~0.0.1",
"node-notifier": "^3.2.1",
"run-sequence": "^0.3.6",
"should": "~4.0.4"
},
"dependencies": {
"chalk": "^1.1.1",
"css-url-versioner": "^1.1.3",
"through2": "^0.6.3"
}
}