themer/package.json

36 lines
824 B
JSON
Raw Normal View History

2016-11-27 02:22:43 +00:00
{
"name": "themer-wallpaper-octagon",
2017-02-14 03:03:02 +00:00
"version": "1.0.2",
2016-11-27 02:22:43 +00:00
"description": "Wallpaper generator for themer.",
"main": "lib/index.js",
"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",
"test": "npm run build && jest"
2016-11-27 02:22:43 +00:00
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"eslint": "^3.13.0",
2016-12-05 14:37:07 +00:00
"jest": "^17.0.3",
"themer-colors-default": "^1.0.1",
2016-11-27 02:22:43 +00:00
"watch": "^1.0.1"
},
"dependencies": {
"svg2png": "^4.1.0"
},
"repository": {
"url": "git@github.com:mjswensen/themer-wallpaper-octagon.git",
"type": "git"
2016-11-28 18:27:28 +00:00
},
"peerDependencies": {
"themer": "^1.0.2||^2"
2016-11-27 02:22:43 +00:00
}
}