jscs-config-nordnet
Version:
Nordnet JSCS config
36 lines (35 loc) • 822 B
JSON
{
"name": "jscs-config-nordnet",
"version": "1.0.3",
"description": "Nordnet JSCS config",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"postpublish": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nordnet/jscs-config-nordnet.git"
},
"keywords": [
"JSCS",
"Nordnet",
"config",
"javascript",
"styleguide"
],
"author": "Dmitry Demyankov <dmitry.demyankov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nordnet/jscs-config-nordnet/issues"
},
"homepage": "https://github.com/nordnet/jscs-config-nordnet#readme",
"devDependencies": {
"babel": "^5.8.21",
"chai": "^3.2.0",
"jscs": "^2.0.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
}