three-codeeditor
Version:
codeeditor for three.js
33 lines (32 loc) • 693 B
JSON
{
"name": "three-codeeditor",
"version": "0.1.4-seth.6",
"description": "codeeditor for three.js",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"chai": "*",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-curl": "^2.0.3",
"grunt-shell": "^1.1.1",
"imagediff": "^1.0.7",
"load-grunt-tasks": "^1.0.0",
"mocha": "*"
},
"scripts": {
"test": "open tests/run-tests.html"
},
"keywords": [
"three.js",
"codeeditor",
"programming"
],
"author": "Robert Krahn",
"license": "MIT"
}