-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
58 lines (58 loc) · 1.49 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
51
52
53
54
55
56
57
58
{
"name": "react-soundcloud-widget",
"version": "2.0.4",
"description": "react.js powered SoundCloud player component",
"main": "dist/SoundCloud.js",
"repository": {
"type": "git",
"url": "https://github.com/troybetz/react-soundcloud-widget.git"
},
"keywords": [
"soundcloud",
"player",
"widget",
"react",
"react-component"
],
"author": "troy betz",
"license": "MIT",
"bugs": {
"url": "https://github.com/troybetz/react-soundcloud-widget/issues"
},
"homepage": "https://github.com/troybetz/react-soundcloud-widget",
"dependencies": {
"load-script": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"eslint": "^1.7.3",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"expect": "^1.12.2",
"jsdom": "^7.0.2",
"material-ui": "^0.13.3",
"mocha": "^2.3.3",
"proxyquire": "^1.7.3",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"react-tap-event-plugin": "^0.2.1",
"webpack": "^1.12.8"
},
"peerDependencies": {
"react": ">=0.13.0"
},
"scripts": {
"test": "mocha",
"example": "webpack --config example/webpack.config.js",
"compile": "babel src --out-dir dist",
"prepublish": "npm run compile",
"lint": "eslint ."
}
}