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

35 lines
672 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",
"version": "0.0.14",
"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": {
"mkdirp": "^0.5.0",
2016-11-03 01:33:53 +01:00
"through2": "^0.5.1",
2016-10-10 03:43:44 +02:00
"rimraf": "^2.2.6",
2016-11-03 01:33:53 +01:00
"gulp-util": "^2.2.14"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
"chai": "^1.9.1",
2016-11-03 01:33:53 +01:00
"mocha": "^1.18.2",
"async": "^0.7.0"
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
}