-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 929 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
36
37
38
39
40
{
"name": "gulp-config-sync",
"version": "1.0.2",
"description": "Synchronize version, name, description, keywords... in each config file (package.json, bower.json, component.js...).",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/danlevan/gulp-config-sync.git"
},
"keywords": [
"gulp",
"gulpplugin",
"config",
"synchronize",
"sync",
"package",
"bower"
],
"author": "Dan Le Van",
"license": "MIT",
"bugs": {
"url": "https://github.com/danlevan/gulp-config-sync/issues"
},
"homepage": "https://github.com/danlevan/gulp-config-sync",
"devDependencies": {
"gulp": "^3.8.10",
"mocha": "^2.0.1",
"should": "^4.3.0",
"stream-assert": "^2.0.2"
},
"dependencies": {
"gulp-util": "^3.0.1",
"kew": "^0.5.0-alpha.1",
"lodash": "^2.4.1",
"through2": "^0.6.3"
}
}