-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 893 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
{
"name": "react-dmx",
"version": "0.1.7",
"description": "Render React components to DMX light systems.",
"main": "lib/renderer/renderer.js",
"dependencies": {
"color": "^2.0.1",
"dmx": "0.0.5",
"fbjs": "^0.8.16",
"react": "^16.2.0",
"react-reconciler": "^0.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/alexanderson1993/react-dmx"
},
"author": "Alex Anderson @alexanderson1993",
"license": "MIT"
}