| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "crowi-plugin-lsx",
- "version": "1.0.0",
- "description": "The Crowi Plugin to add lsx tag",
- "main": "lib/index.js",
- "files": [
- "lib"
- ],
- "scripts": {
- "build": "NODE_ENV=production babel src --out-dir lib --source-maps inline",
- "watch": "babel src --out-dir lib --watch --source-maps inline",
- "test": "mocha --compilers js:babel-register test/*.js"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/yuki-takei/crowi-plugin-lsx.git"
- },
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/yuki-takei/crowi-plugin-lsx/issues"
- },
- "homepage": "https://github.com/yuki-takei/crowi-plugin-lsx#readme",
- "devDependencies": {
- "babel-cli": "^6.23.0",
- "babel-plugin-add-module-exports": "^0.2.1",
- "babel-preset-es2015": "^6.22.0",
- "babel-preset-power-assert": "^1.0.0",
- "babel-register": "^6.23.0",
- "power-assert": "^1.4.2"
- }
- }
|