-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "uifx",
"author": "William Le <[email protected]>",
"version": "2.0.7",
"description": "A lightweight sound library designed for UI sound effects (sfx)",
"main": "build/index.js",
"keywords": [
"react",
"sound",
"sound-effects",
"audio",
"sfx",
"uifx"
],
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive",
"test-cov": "babel-node isparta cover --report html --report text node_modules/.bin/_mocha",
"build": "babel src --out-dir build --copy-files",
"clean": "rm -rf build",
"lint": "eslint src test"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"chai": "^3.4.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^1.0.0",
"eslint-plugin-react": "^3.10.0",
"isparta": "^4.0.0",
"mocha": "^2.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wle8300/uifx.git"
},
"bugs": {
"url": "https://github.com/wle8300/uifx/issues"
},
"homepage": "https://github.com/wle8300/uifx#readme",
"types": "build/index.d.ts",
"license": "MIT"
}