themer/packages/themer-wallpaper-octagon/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2016-11-27 02:22:43 +00:00
{
"name": "themer-wallpaper-octagon",
2018-01-13 22:02:55 +00:00
"version": "2.0.3",
2016-11-27 02:22:43 +00:00
"description": "Wallpaper generator for themer.",
"main": "lib/index.js",
2017-07-04 03:48:21 +00:00
"engines": {
"node": ">=6.11"
},
2016-11-27 02:22:43 +00:00
"author": "mjswensen",
"license": "MIT",
"jest": {
"rootDir": "lib"
},
2016-11-27 02:22:43 +00:00
"scripts": {
"build": "eslint src && babel --out-dir lib src",
2017-07-04 03:46:25 +00:00
"start": "watch 'npm run test' src",
"prepare": "npm run build",
2018-08-11 21:28:08 +00:00
"test": "npm run build && jest",
"prepublishOnly": "cp ../../LICENSE.md ./"
2016-11-27 02:22:43 +00:00
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.15.0",
"jest": "^22.0.4",
"themer-colors-default": "^1.0.6",
2016-11-27 02:22:43 +00:00
"watch": "^1.0.1"
},
"repository": {
2017-09-09 23:52:40 +00:00
"url": "git+ssh://git@github.com/mjswensen/themer-wallpaper-octagon.git",
2016-11-27 02:22:43 +00:00
"type": "git"
2016-11-28 18:27:28 +00:00
},
"peerDependencies": {
"themer": "^1.0.2||^2||^3"
2017-09-09 23:52:40 +00:00
},
"bugs": {
"url": "https://github.com/mjswensen/themer-wallpaper-octagon/issues"
},
"homepage": "https://github.com/mjswensen/themer-wallpaper-octagon#readme",
"directories": {
"lib": "lib"
},
"dependencies": {},
"keywords": [
"themer",
"wallpaper",
"octagon"
]
2016-11-27 02:22:43 +00:00
}