-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "mignon",
"version": "0.1.1",
"description": "A keyboard wrapper for Web MIDI.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack -p",
"webpack-dev": "webpack-dev-server --progress --inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dz902/mignon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dz902/mignon/issues"
},
"homepage": "https://github.com/dz902/mignon#readme",
"dependencies": {
"fraction.js": "^3.3.1",
"jade-loader": "^0.8.0",
"lodash": "^4.13.1",
"pegjs": "^0.9.0",
"redux": "^3.5.2",
"redux-actions": "^0.9.1",
"redux-logger": "^2.6.1",
"redux-loop": "^2.1.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^6.6.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.17.0",
"jade": "^1.11.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine-webpack-plugin": "^0.1.1",
"node-sass": "^3.7.0",
"pegjs-backtrace": "^0.1.1",
"raw-loader": "^0.5.1",
"sass-loader": "^3.2.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}