UNPKG

animation-js

Version:
56 lines (55 loc) 1.67 kB
{ "name": "animation-js", "description": "project description", "version": "0.1.1", "repository": { "type": "git", "url": "git@github.com:amfe/animation-js.git" }, "author": [ { "name": "Tancy", "email": "ronntx@gmail.com" } ], "license": "MIT", "keywords": [ "lib", "amfe", "javascript" ], "scripts": { "clear": "rm -rf dist coverage release", "watch": "watch -p \"src/**/*.js\" -c \"npm run build && npm run bundle\"", "build": "rm -rf dist && babel src --out-dir dist", "bundle": "sh ./build/bundle.sh", "lint": "eslint --fix --config .eslintrc src/**/*.js test/**/*.js", "test": "mocha --compilers js:babel-core/register", "cover": "babel-node node_modules/isparta/bin/isparta cover --report text node_modules/mocha/bin/_mocha test/**/*.js --reporter dot", "ci": "npm run lint && npm run test", "release": "npm run build && sh ./build/release.sh", "site:update": "sh ./build/site.sh update", "site:build": "sh ./build/site.sh build", "site:watch": "watch -p \"doc/**/*.md\" -p \"README.md\" -c \"npm run site:build\"", "site:serve": "sh ./build/site.sh serve", "site:publish": "sh ./build/site.sh publish" }, "dependencies": { "amfe-cubicbezier":"2.0.0" }, "devDependencies": { "babel-cli": "~6.4.5", "babel-core": "~6.4.5", "babel-preset-es2015": "~6.3.13", "chai": "~3.4.1", "eslint": "~2.1.0", "gitbook-cli": "~1.0.1", "isparta": "~4.0.0", "mocha": "~2.4.5", "serve": "~1.4.0", "watch-cli": "~0.2.1", "babelify": "~7.2.0", "browserify": "~13.0.0" }, "main": "./src/index.js" }