themer/package.json
2017-07-03 22:30:33 -06:00

32 lines
713 B
JSON

{
"name": "themer-colors-night-sky",
"version": "1.0.1",
"description": "A dark color set for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"author": "mjswensen",
"license": "MIT",
"jest": {
"rootDir": "lib"
},
"scripts": {
"build": "eslint src && babel --out-dir lib src",
"start": "watch 'npm run build' src",
"prepare": "npm run build",
"test": "npm run build && jest"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-env": "^1.5.2",
"eslint": "^3.12.2",
"jest": "^18.0.0",
"watch": "^1.0.1"
},
"repository": {
"url": "git@github.com:mjswensen/themer-colors-night-sky.git",
"type": "git"
}
}