mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
135 lines
3.4 KiB
JSON
135 lines
3.4 KiB
JSON
{
|
|
"name": "whitestormjs",
|
|
"version": "0.12.0-dev.2",
|
|
"description": "Framework for developing 3D web apps with physics.",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"preversion": "set NODE_ENV=production & gulp build & npm test",
|
|
"postversion": "set NODE_ENV=development",
|
|
"test": "gulp test:unit",
|
|
"start": "npm run dev",
|
|
"build": "gulp build",
|
|
"dev": "gulp dev",
|
|
"ci-test": "./node_modules/.bin/karma start ./test/karma.unit.conf.js",
|
|
"lint": "gulp src:lint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WhitestormJS/whitestorm.js.git"
|
|
},
|
|
"keywords": [
|
|
"whitestorm.js",
|
|
"three.js",
|
|
"webgl",
|
|
"ammo.js",
|
|
"api",
|
|
"3d",
|
|
"web",
|
|
"javascript",
|
|
"webpack",
|
|
"gulpjs"
|
|
],
|
|
"author": "Alexander Buzin",
|
|
"license": "CC",
|
|
"bugs": {
|
|
"url": "https://github.com/WhitestormJS/whitestorm.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WhitestormJS/whitestorm.js#readme",
|
|
"dependencies": {
|
|
"inline-worker": "^1.1.0",
|
|
"minivents": "^2.0.2",
|
|
"stats.js": "^0.16.0",
|
|
"three": "^0.81.0",
|
|
"three-orbit-controls": "^72.0.0",
|
|
"webworkify-webpack": "^1.1.0",
|
|
"whs-ammo": "^0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^6.5.2",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-transform-class-properties": "^6.11.5",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
|
"babel-plugin-transform-runtime": "^6.9.0",
|
|
"babel-polyfill": "^6.13.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-stage-1": "^6.5.0",
|
|
"babel-register": "^6.8.0",
|
|
"babelify": "^7.3.0",
|
|
"benchmark": "^2.1.0",
|
|
"browserify": "^13.0.1",
|
|
"browserify-shim": "^3.8.12",
|
|
"del": "^2.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-benchmark": "^1.1.1",
|
|
"gulp-browser-basedir": "^1.0.1",
|
|
"gulp-browserify": "^0.5.1",
|
|
"gulp-cached": "^1.1.0",
|
|
"gulp-cli": "^1.2.2",
|
|
"gulp-load-plugins": "^1.2.2",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-swig": "^0.8.0",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-xo": "^0.11.0",
|
|
"happypack": "^2.1.1",
|
|
"jsdom": "^9.4.5",
|
|
"karma": "^1.0.0",
|
|
"karma-benchmark": "^0.6.0",
|
|
"karma-benchmark-reporter": "^0.1.1",
|
|
"karma-chrome-launcher": "^1.0.1",
|
|
"karma-mocha": "^1.1.1",
|
|
"karma-mocha-reporter": "^2.1.0",
|
|
"karma-requirejs": "^1.0.0",
|
|
"mocha": "^3.0.2",
|
|
"path": "^0.12.7",
|
|
"requirejs": "^2.2.0",
|
|
"stats.js": "^0.16.0",
|
|
"swig": "^1.4.2",
|
|
"uglify-loader": "^1.3.0",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.14.1",
|
|
"webpack-optimizejs-plugin": "0.0.2",
|
|
"webworkify-webpack": "1.1.2",
|
|
"whs-component-terrain": "0.0.2",
|
|
"xo": "^0.15.1"
|
|
},
|
|
"xo": {
|
|
"space": 2,
|
|
"esnext": true,
|
|
"envs": [
|
|
"node",
|
|
"browser",
|
|
"es6"
|
|
],
|
|
"rules": {
|
|
"operator-linebreak": [
|
|
2,
|
|
"before"
|
|
],
|
|
"curly": [
|
|
2,
|
|
"multi-or-nest"
|
|
],
|
|
"one-var": 0,
|
|
"no-else-return": 1,
|
|
"no-undef": 0,
|
|
"no-new": 0,
|
|
"camelcase": 0,
|
|
"linebreak-style": 0,
|
|
"new-cap": [
|
|
1,
|
|
{
|
|
"newIsCap": true,
|
|
"capIsNew": true,
|
|
"properties": false
|
|
}
|
|
],
|
|
"babel/arrow-parens": 0,
|
|
"xo/filename-case": 0
|
|
}
|
|
}
|
|
}
|