-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "nyan-progress",
"version": "1.1.0",
"description": "Nyan cat progress bar because why not?",
"main": "dist/index.js",
"author": "Kai Hao",
"license": "MIT",
"scripts": {
"start": "babel-node src/index.js",
"build": "babel src --out-dir dist --source-maps"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0"
},
"keywords": [
"nyan",
"nyancat",
"cat",
"progress",
"loader"
],
"homepage": "https://github.com/kevin940726/nyan-progress",
"bugs": "https://github.com/kevin940726/nyan-progress/issues",
"repository": {
"type": "git",
"url": "kevin940726/nyan-progress"
}
}