blob: 33cdbee305c0ec9f48421735d548f4331af59a40 [file] [log] [blame]
{
"name": "cordova-website",
"version": "0.0.1",
"description": "website for cordova.apache.org",
"main": "echo \"not specified\" && exit 1",
"directories": {
"doc": "doc"
},
"scripts": {
"jshint": "jshint tools/lib tools/spec",
"test": "npm run eslint && npm run mocha",
"mocha": "mocha --recursive tools/spec",
"serve": "gulp serve --prod",
"clean": "gulp clean",
"update-docs": "gulp snapshot",
"build": "gulp build --prod",
"eslint": "eslint tools/lib tools/spec"
},
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
"baconjs": "^0.7.70",
"browser-sync": "^2.8.0",
"browserify": "^10.2.4",
"chalk": "^2.3.1",
"cheerio": "^0.17.0",
"classnames": "^2.1.2",
"envify": "^3.4.0",
"esrever": "^0.1.0",
"fs-extra": "^0.11.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-footer": "^1.0.5",
"gulp-header": "1.2.2",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-run": "^1.6.8",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jodoc": "git+https://github.com/kant2002/jodoc-js.git",
"js-yaml": "^3.2.2",
"less": "^2.5.1",
"ncp": "^2.0.0",
"node-dir": "^0.1.6",
"node-sass": "^3.4.1",
"optimist": "^0.6.1",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"q": "^1.4.1",
"shelljs": "^0.3.0",
"uglifyjs": "^2.4.10",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"walk": "^2.3.9",
"yargs": "^1.3.1"
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"colors": "^1.0.3",
"diff": "^1.2.0",
"eslint": "^4.10.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"glob": "^7.0.3",
"gulp-htmllint": "^0.0.5",
"jshint": "^2.5.8",
"mocha": "^1.21.4",
"simplecrawler": "^0.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-docs"
},
"bugs": {
"url": "https://github.com/apache/cordova-website/issues"
},
"homepage": "https://cordova.apache.org"
}