-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "fivetwelve-css",
"version": "1.0.3",
"description": "",
"keywords": [
"dmx",
"dmx512",
"lighting",
"light-control",
"css",
"fivetwelve"
],
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --compilers js:babel/register test/{**/,}*Test.js && eslint lib/ test/",
"compile": "babel -d lib-es5 lib",
"prepublish": "npm run test && npm run compile"
},
"author": "Martin Schuhfuss <[email protected]>",
"license": "GPL-3.0",
"homepage": "https://github.com/beyondscreen/fivetwelve-css",
"repository": {
"type": "git",
"url": "git+https://github.com/beyondscreen/fivetwelve-css"
},
"bugs": {
"url": "https://github.com/beyondscreen/fivetwelve-css/issues"
},
"devDependencies": {
"babel": "^5.8.23",
"eslint": "^1.7.3",
"expect.js": "^0.3.1",
"mocha": "^2.3.3",
"sinon": "^1.17.2"
},
"peerDependencies": {
"fivetwelve": "*"
},
"dependencies": {
"array.from": "^0.2.0",
"intersect": "^1.0.1",
"object-assign": "^4.0.1",
"rework": "^1.0.1"
}
}