UNPKG

donejs

Version:
90 lines (89 loc) 2.89 kB
{ "name": "donejs", "version": "3.2.0", "description": "Your app is done", "main": "./lib/cli/index.js", "bin": { "donejs": "./bin/donejs" }, "scripts": { "docs-copy": "cp -R docs/static/img site/static/ && cp docs/static/favicon.ico site/favicon.ico", "document": "bit-docs && npm run docs-copy", "document:force": "bit-docs -fd && npm run docs-copy", "test": "npm run jshint && npm run mocha && npm run document && npm run test-guides", "test-guides": "npm run test-quickstart && npm run test-pmo", "test-quickstart": "guide guides/guide/test.js --local", "test-pmo": "guide guides/place-my-order/test.js --local", "jshint": "jshint lib/. bin/donejs test/. --config", "mocha": "mocha test/test --timeout 120000", "verify": "echo \"Script ran\"", "publish": "git push origin && git push origin --tags", "release:prerelease": "npm version prerelease && npm publish", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "coverage": "istanbul cover _mocha -- test/test --timeout 120000", "coverage:upload": "istanbul cover _mocha --report lcovonly -- test/ --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js" }, "repository": { "type": "git", "url": "git+https://github.com/donejs/donejs.git" }, "keywords": [ "CanJS", "StealJS", "DoneJS" ], "author": "Bitovi", "license": "MIT", "bugs": { "url": "https://github.com/donejs/donejs/issues" }, "homepage": "https://github.com/donejs/donejs", "devDependencies": { "bit-docs": "0.0.9", "coveralls-send": "0.0.2", "dotdotdot": "^1.7.0", "es6-promise": "^4.1.0", "guide-automation": "^0.3.11", "is-appveyor": "^1.0.0", "istanbul": "^0.4.2", "jshint": "^2.8.0", "mocha": "^3.2.0", "mocha-lcov-reporter": "^1.2.0", "mockery": "^2.0.0", "node-fetch": "^2.3.0", "rimraf": "^2.5.2", "stream-when": "^1.0.0" }, "dependencies": { "commander": "^2.8.1", "cross-spawn-async": "^2.0.0", "q": "^1.4.1" }, "directories": { "doc": "docs" }, "bit-docs": { "dependencies": { "bit-docs-glob-finder": "^0.0.5", "bit-docs-dev": "^0.0.3", "bit-docs-js": "^0.0.6", "bit-docs-tag-sourceref": "^0.0.3", "bit-docs-tag-package": "^0.0.3", "bit-docs-process-mustache": "^0.0.1", "bit-docs-generate-html": "^0.3.7", "bit-docs-prettify": "^0.1.0", "bit-docs-html-highlight-line": "^0.2.2", "bit-docs-tag-demo": "^0.3.0", "bit-docs-html-toc": "^0.6.2", "bit-docs-donejs-theme": "^1.6.0" }, "glob": { "pattern": "docs/**/*.{md,mustache}" }, "parent": "donejs", "minifyBuild": true, "dest": "./site" } }