spells
Version:
360 Spells of 360 Colors
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "spells",
"version": "0.1.0",
"description": "360 Spells of 360 Colors",
"main": "lib/index.js",
"scripts": {
"start": "gulp",
"prepublish": "gulp prepublish",
"deploy": "gulp deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xcatliu/spells.git"
},
"keywords": [
"spells",
"game",
"colors",
"magic"
],
"author": "xcatliu <xcatliu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xcatliu/spells/issues"
},
"homepage": "https://github.com/xcatliu/spells#readme",
"dependencies": {
"color": "^0.11.1"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-eslint": "^4.1.8",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"ecstatic": "^1.4.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^3.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-swig": "^0.8.0",
"rimraf": "^2.5.1"
}
}