-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "tracker-editor",
"version": "1.0.0",
"description": "an 8-bit tracker music editor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bash ./bin/dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TEAMarg/trackerEditor.git"
},
"keywords": [
"music",
"tracker-music",
"8-bit",
"arduino",
"editor"
],
"author": "Toon Nelissen <toon.nelissen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TEAMarg/trackerEditor/issues"
},
"homepage": "https://github.com/TEAMarg/trackerEditor#readme",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.2",
"browserify": "^13.0.0",
"node-sass": "^3.4.2",
"watchify": "^3.7.0"
},
"dependencies": {
"material-ui": "^0.15.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-material-icons": "^1.0.1"
}
}