-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "qmkbuilder",
"version": "1.0.0",
"description": "QMK Firmware Builder",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_PATH=./src node index.js",
"deploy": "cross-env NODE_PATH=./src NODE_ENV=production node deploy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruiqimao/qmkbuilder.git"
},
"author": "ruiqimao",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruiqimao/qmkbuilder/issues"
},
"homepage": "https://github.com/ruiqimao/qmkbuilder#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"body-parser": "^1.15.2",
"browserify": "^13.1.1",
"classnames": "^2.2.5",
"co": "^4.6.0",
"codemirror": "^5.22.0",
"crypto": "0.0.3",
"errorify": "^0.3.1",
"express": "^4.14.0",
"react": "^15.4.1",
"react-codemirror": "^0.3.0",
"react-dom": "^15.4.1",
"superagent": "^3.3.1",
"uglifyify": "^3.0.4",
"watchify": "^3.7.0"
},
"devDependencies": {
"cross-env": "^3.1.4"
}
}