forked from jiaola/marc-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "marc-editor",
"version": "0.0.1",
"description": "A JavsScript MARC Editor",
"scripts": {
"start": "webpack-dev-server --port 4000",
"test": "mocha test --recursive --require test/helpers/chai.js",
"deploy:dev": "webpack -p; firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiaola/marc-editor.git"
},
"bugs": {
"url": "https://github.com/jiaola/marc-editor/issues"
},
"homepage": "https://github.com/jiaola/marc-editor#readme",
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"MARC",
"Node.js",
"Javascript",
"editor"
],
"dependencies": {
"autobind-decorator": "^1.3.2",
"baconjs": "^0.7.80",
"brace": "[email protected]:jiaola/brace.git",
"flux": "^2.1.1",
"history": "^1.13.1",
"marc4js": "^0.0.8",
"marc8": "^0.0.4",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-dropzone": "^3.3.0",
"react-dropzone-component": "^0.8.1",
"react-router": "^1.0.2"
},
"devDependencies": {
"babel-core": "^6.1.4",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.4",
"babel-preset-react": "^6.1.4",
"babel-preset-stage-0": "^6.1.18",
"chai": "^1.10.0",
"copy-webpack-plugin": "^0.3.3",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^1.6.2",
"mocha": "latest",
"style-loader": "^0.13.0",
"webpack": "^1.12.4",
"webpack-dev-server": "^1.12.1"
},
"author": "Dazhi Jiao <[email protected]>",
"license": "Apache-2.0"
}