UNPKG

sif-calculator

Version:

ラブライブ!スクールアイドルフェスティバルのjavascriptヘルパー

40 lines (39 loc) 976 B
{ "name": "sif-calculator", "version": "0.1.3", "description": "ラブライブ!スクールアイドルフェスティバルのjavascriptヘルパー", "main": "index.js", "scripts": { "test": "mocha ./test.js", "lint": "eslint ./index.js", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/bushimo/sif-calculator.git" }, "keywords": [ "sif", "lovelive" ], "author": "kokororin", "license": "MIT", "bugs": { "url": "https://github.com/bushimo/sif-calculator/issues" }, "homepage": "https://github.com/bushimo/sif-calculator#readme", "devDependencies": { "babel-core": "^6.22.1", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.10", "babel-preset-es2015": "^6.22.0", "eslint": "^3.15.0", "eslint-config-kotori": "^0.1.5", "mocha": "^3.2.0", "power-assert": "^1.4.2", "webpack": "^1.x" }, "dependencies": { "lodash": "^4.17.4" } }