polish package.json (#624)

This commit is contained in:
Liang Tang 2018-05-09 04:36:06 +08:00 committed by Cassie Tarakajian
parent 824d2d55aa
commit 9423cb01f2

View file

@ -14,7 +14,7 @@
}, },
"main": "index.js", "main": "index.js",
"author": "Cassie Tarakajian", "author": "Cassie Tarakajian",
"license": "MIT", "license": "LGPL-2.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/catarak/p5.js-web-editor.git" "url": "git+https://github.com/catarak/p5.js-web-editor.git"
@ -73,7 +73,6 @@
"cors": "^2.8.1", "cors": "^2.8.1",
"cross-env": "^5.1.3", "cross-env": "^5.1.3",
"csslint": "^0.10.0", "csslint": "^0.10.0",
"csurf": "^1.9.0",
"decomment": "^0.8.7", "decomment": "^0.8.7",
"dotenv": "^2.0.0", "dotenv": "^2.0.0",
"dropzone": "^4.3.0", "dropzone": "^4.3.0",
@ -81,11 +80,8 @@
"eslint-loader": "^1.3.0", "eslint-loader": "^1.3.0",
"express": "^4.13.4", "express": "^4.13.4",
"express-session": "^1.13.0", "express-session": "^1.13.0",
"file-type": "^3.8.0",
"fs-promise": "^1.0.0",
"htmlhint": "^0.9.13", "htmlhint": "^0.9.13",
"is-url": "^1.2.2", "is-url": "^1.2.2",
"is_js": "^0.9.0",
"js-beautify": "^1.6.4", "js-beautify": "^1.6.4",
"jsdom": "^9.8.3", "jsdom": "^9.8.3",
"jshint": "^2.9.4", "jshint": "^2.9.4",
@ -105,7 +101,6 @@
"primer-tooltips": "^1.4.1", "primer-tooltips": "^1.4.1",
"project-name-generator": "^2.1.3", "project-name-generator": "^2.1.3",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"pug": "^2.0.0-beta6",
"q": "^1.4.1", "q": "^1.4.1",
"react": "^16.2.0", "react": "^16.2.0",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",