-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.22 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
47
48
49
50
{
"name": "MuteTab",
"version": "3.0.10",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./scripts/build.sh",
"start": "./scripts/watch.sh",
"eslint": "node_modules/eslint/bin/eslint.js src/js --ext .js,.jsx"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"watchify": "^3.6.0",
"eslint": "^2.13.1",
"eslint-plugin-react": "^4.3.0",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-jsx": "^1.2.2",
"eslint-config-standard-react": "^2.5.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"q": "^1.4.1",
"react": "15.4",
"react-dom": "15.4"
},
"browserify": {
"transform": [
[
"babelify"
]
]
},
"dependencies": {
"react": "^15.4.0",
"react-dom": "^15.0.1"
},
"bugs": {
"url": "https://github.com/jaredsohn/mutetab/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/jaredsohn/mutetab.git"
},
"homepage": "http://www.mutetab.com/"
}