-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 864 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
32
33
34
{
"name": "Shijing",
"version": "0.0.1",
"description": "Powerful engine for document editing",
"main": "./lib/Shijing.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cfsghost/Shiji.git"
},
"keywords": [
"web",
"architecture"
],
"author": "Fred Chien <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cfsghost/Shiji/issues"
},
"homepage": "https://github.com/cfsghost/Shiji#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2017": "^1.4.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
}
}