themer/package.json
2017-01-06 08:40:42 -07:00

33 lines
742 B
JSON

{
"name": "themer-vim",
"version": "2.1.0",
"description": "Vim template for themer.",
"main": "lib/index.js",
"author": "mjswensen",
"repository": {
"url": "git@github.com:mjswensen/themer-vim.git",
"type": "git"
},
"license": "MIT",
"jest": {
"rootDir": "lib"
},
"scripts": {
"build": "eslint src && babel --out-dir lib src",
"test": "yarn run build && jest",
"start": "watch 'yarn run test' src",
"prepublish": "yarn run build"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"eslint": "^3.12.2",
"jest": "^18.1.0",
"themer-colors-default": "^1.0.1",
"watch": "^1.0.1"
},
"peerDependencies": {
"themer": "^1.0.2"
}
}