wallet-core/node_modules/gulp-sym/package.json

36 lines
706 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "gulp-sym",
2017-08-14 05:01:11 +02:00
"version": "1.0.2",
2016-11-03 01:33:53 +01:00
"description": "Gulp symlink",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test/index.js"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"keywords": [
"gulpplugin",
"symlink",
"gulp-symlink"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"author": "soyuka",
"license": "MIT",
2016-10-10 03:43:44 +02:00
"dependencies": {
2017-08-14 05:01:11 +02:00
"@soyuka/exists-sync": "^1.0.1",
"gulp-util": "^3.0.7",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"through2": "^2.0.3"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
2017-08-14 05:01:11 +02:00
"chai": "^3.5.0",
"mocha": "^3.2.0",
"async": "^2.1.4"
2016-10-10 03:43:44 +02:00
},
"repository": {
"type": "git",
2016-11-03 01:33:53 +01:00
"url": "https://github.com/soyuka/gulp-sym"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"bugs": {
"url": "https://github.com/soyuka/gulp-sym/issues"
}
2016-10-10 03:43:44 +02:00
}