motion
Version:
motion - moving development forward
21 lines (20 loc) • 444 B
JSON
{
"name": "motion-js",
"version": "0.9.1",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.release.js",
"watch": "webpack --watch"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/motionjs/motion.js.git"
},
"bugs": {
"url": "https://github.com/motionjs/motion.js/issues"
},
"homepage": "https://motionjs.com",
"devDependencies": {}
}