UNPKG

569 BJSONView Raw
1{
2 "name": "loadingp",
3 "version": "1.0.0",
4 "description": "loadingp",
5 "main": "index.js",
6 "files": [
7 "examples",
8 "lib",
9 "src",
10 "test"
11 ],
12 "scripts": {
13 "test": "mocha --recursive",
14 "examples": "open ./examples/index.html",
15 "lib": "./node_modules/.bin/babel src --out-dir lib"
16 },
17 "keywords": [
18 "loadingp"
19 ],
20 "author": "cuishijie",
21 "license": "ISC",
22 "devDependencies": {
23 "babel-cli": "^6.26.0",
24 "babel-polyfill": "^6.26.0",
25 "babel-preset-env": "^1.7.0",
26 "chai": "^4.2.0",
27 "mocha": "^7.1.0"
28 }
29}