themer/package.json
2016-12-31 22:11:45 -07:00

29 lines
680 B
JSON

{
"name": "themer-colors-night-sky",
"version": "1.0.1",
"description": "A dark color set for themer.",
"main": "lib/index.js",
"author": "mjswensen",
"license": "MIT",
"jest": {
"rootDir": "lib"
},
"scripts": {
"build": "eslint src && babel --out-dir lib src",
"start": "watch 'yarn run build' src",
"prepublish": "yarn run build",
"test": "yarn run build; jest"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"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"
}
}