mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-26 07:47:52 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "vinyl",
|
|
"description": "A virtual file format",
|
|
"version": "0.4.6",
|
|
"homepage": "http://github.com/wearefractal/vinyl",
|
|
"repository": "git://github.com/wearefractal/vinyl.git",
|
|
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
|
|
"main": "./index.js",
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"clone": "^0.2.0",
|
|
"clone-stats": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.0.0",
|
|
"should": "^4.0.4",
|
|
"mocha-lcov-reporter": "^0.0.1",
|
|
"coveralls": "^2.6.1",
|
|
"istanbul": "^0.3.0",
|
|
"rimraf": "^2.2.5",
|
|
"jshint": "^2.4.1",
|
|
"buffer-equal": "0.0.1",
|
|
"lodash.templatesettings": "^2.4.1",
|
|
"event-stream": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec && jshint lib",
|
|
"coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.9"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/wearefractal/vinyl/raw/master/LICENSE"
|
|
}
|
|
]
|
|
}
|