You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

56 lines
1.3 KiB

{
"name": "athash",
"version": "0.0.0",
"description": "Social text parser",
"main": "dist/athash.js",
"dependencies": {
"my-name-is-url": "^1.3.1"
},
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.7.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.6.0",
"coveralls": "^2.11.9",
"eslint": "^2.8.0",
"eslint-config-lukechilds": "^1.1.0",
"nyc": "^6.4.2",
"pre-commit": "^1.1.2"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "babel -d dist src",
"prebuild:map": "npm run prebuild",
"build:map": "babel --source-maps=true -d dist src",
"pretest": "npm run build:map",
"test": "nyc ava test",
"lint": "eslint src",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm run build"
},
"pre-commit": [
"lint",
"test"
],
"babel": {
"presets": [
"es2015"
],
"plugins": [
"add-module-exports"
]
},
"eslintConfig": {
"extends": "lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/AtHash.git"
},
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/AtHash/issues"
},
"homepage": "https://github.com/lukechilds/AtHash"
}