solar-system
Version:
Solar System with Threejs
42 lines (41 loc) • 915 B
JSON
{
"name": "solar-system",
"version": "0.1.46",
"dependencies": {
"jquery": "~2.1.4",
"polymer": "^1.3.1",
"underscore": "^1.8.3",
"three.js": "threejs#r75",
"react": "^15.0.1"
},
"devDependencies": {},
"description": "Solar System with Threejs",
"repository": "https://github.com/kdaimiel/solar-system.git",
"keywords": [
"Threejs",
"solar",
"system",
"three.js"
],
"author": "Enrique Daimiel Ruiz <k.daimiel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kdaimiel/solar-system/issues"
},
"homepage": "https://github.com/kdaimiel/solar-system#readme",
"main": "dist/solar-system.js",
"ignore": [
"node_modules",
"bower_components",
"src",
"test",
".editorconfig",
".gitignore",
".jshintrc",
".npmignore",
"Gruntfile.js",
"index.html",
"karma.conf.js",
"npm-debug.log"
]
}