anytv-commons
Version:
Collection of libraries commonly used
50 lines (49 loc) • 1.22 kB
JSON
{
"name": "anytv-commons",
"version": "0.0.10",
"description": "Collection of libraries commonly used",
"main": "index.js",
"dependencies": {
"cld": "^2.4.7",
"cuddle": "^1.1.7"
},
"devDependencies": {
"coveralls": "^2.11.4",
"esdoc": "^0.4.3",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-rollup": "^0.8.0",
"istanbul": "^0.4.0",
"mocha": "^3.1.1",
"mocha-lcov-reporter": "^1.0.0",
"rollup": "^0.36.1",
"should": "^11.1.1"
},
"scripts": {
"start": "grunt",
"build": "grunt build",
"test": "make test",
"coverage": "export NODE_ENV=test && istanbul cover _mocha -- --recursive -R spec -t 5000 -s 100",
"test-dev": "export NODE_ENV=test && mocha --watch --recursive -R spec -t 5000 -s 100"
},
"files": [
"package.json",
"README.md",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/anyTV/anytv-commons.git"
},
"keywords": [
"anytv",
"commons"
],
"author": "anyTV",
"bugs": {
"url": "https://github.com/anyTV/anytv-commons/issues"
},
"homepage": "https://github.com/anyTV/anytv-commons",
"license": "MIT"
}