diff --git a/content/jQuery/package.json b/content/jQuery/package.json new file mode 100644 index 0000000..39094e5 --- /dev/null +++ b/content/jQuery/package.json @@ -0,0 +1,22 @@ +{ + "name": "jQuery", + "version": "1.0.0", + "description": "!CODEFILE \"./src/jquery.js\"", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "azu", + "license": "MIT", + "dependencies": { + "jquery": "^2.1.4" + }, + "devDependencies": { + "babelify": "^6.2.0", + "browserify": "^11.0.1", + "espower-babel": "^3.3.0", + "mocha": "^2.2.5", + "power-assert": "^1.0.0", + "watchify": "^3.3.1" + } +} diff --git a/package.json b/package.json index 15fc756..e76e000 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,17 @@ "test": "test" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word", + "test": "npm run textlint" }, "keywords": [ "plugin", "extension" - ] + ], + "devDependencies": { + "gitbook-parsers": "^0.7.7", + "gitbook-summary-to-path": "^1.0.1", + "textlint": "^3.2.0", + "textlint-rule-spellcheck-tech-word": "^4.0.1" + } }