-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 905 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
{
"name": "neopixel-simulator",
"version": "1.0.0",
"description": "Simulates a neopixel strip in javascript for quick prototyping.",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Continuities/neopixel-simulator.git"
},
"author": "mtownsend",
"license": "ISC",
"bugs": {
"url": "https://github.com/Continuities/neopixel-simulator/issues"
},
"homepage": "https://github.com/Continuities/neopixel-simulator#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.27.3",
"html-webpack-plugin": "^2.28.0",
"style-loader": "^0.16.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
}
}