-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
34
35
36
{
"name": "sense-hat-matrix",
"version": "0.1.0",
"description": "Vanilla ES2015 support for Raspberry Pi Sense HAT LED Matrix",
"main": "index.js",
"scripts": {
"lint": "jshint index.js",
"test": "exit 0",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/jhinrichsen/sense-hat-matrix.git"
},
"keywords": [
"raspberry",
"pi",
"sense-hat",
"functional",
"es2015"
],
"author": "Jochen Hinrichsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhinrichsen/sense-hat-matrix/issues"
},
"homepage": "https://github.com/jhinrichsen/sense-hat-matrix#readme",
"dependencies": {
"fs-promise": "^0.3.1",
"glob-promise": "^1.0.4",
"streamjs": "^1.6.4"
},
"devDependencies": {
"semantic-release": "^4.3.5"
}
}