livre-liberty
Version:
Liberty theme for the Livre3D engine.
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "livre-liberty",
"version": "0.0.69",
"description": "Liberty theme for the Livre3D engine.",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint *.js",
"prebuild:js": "run-s lint build:pug",
"build:js": "browserify index.js -o public/scripts/theme.js -t [ babelify --presets [ env ] ]",
"build:pug": "pug-module views/*.pug -o lib/templates.js",
"build": "npm run build:js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcneves/liberty.git"
},
"keywords": [
"Livre",
"theme"
],
"author": "Lucas Neves <lcneves@gmail.com> (https://www.lcneves.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lcneves/liberty/issues"
},
"homepage": "https://github.com/lcneves/liberty#readme",
"dependencies": {
"babel-polyfill": "^6.23.0",
"w3d": "latest",
"three": "^0.85.2",
"pug-runtime": "latest"
},
"devDependencies": {
"babel-preset-env": "latest",
"babel-preset-react": "latest",
"babelify": "latest",
"browserify": "^14.3.0",
"eslint": "latest",
"eslint-plugin-react": "latest",
"mocha": "latest",
"npm-run-all": "^4.0.2",
"pug-module": "^1.1.3"
}
}