UNPKG

amos-tool

Version:

amos ui tool

55 lines (54 loc) 1.26 kB
{ "name": "amos-tool", "version": "1.0.8", "description": "amos ui tool", "main": "index.js", "directories": { "example": "examples" }, "scripts": { "clean": "gulp clean", "build": "gulp prepublish && gulp publish", "pub": "npm run build && npm publish" }, "repository": { "type": "git", "url": "" }, "keywords": [ "ui", "component" ], "author": "ilex.h", "license": "MIT", "bugs": { "url": "" }, "homepage": "", "dependencies": {}, "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.7.4", "babel-istanbul": "^0.7.0", "babel-loader": "^6.2.3", "babel-minify": "^0.1.12", "babel-plugin-transform-remove-strict-mode": "0.0.2", "babel-plugin-transform-runtime": "^6.15.0", "babel-polyfill": "^6.9.0", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.3.13", "babel-register": "^6.9.0", "babel-runtime": "^6.5.0", "del": "^2.2.2", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.1", "gulp-cssnano": "^2.1.2", "gulp-jsbeautifier": "^2.1.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^2.0.0", "ray-plugins": "^1.0.0", "rimraf": "^2.5.1", "webpack": "^1.13.1" } }