-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
{
"name": "Polylit",
"version": "1.0.0",
"description": "A Medium-inspired web app built on Prosemirror.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/jolim24601/polylit"
},
"keywords": [],
"author": "John Lim [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/jolim24601/polylit/issues"
},
"devDependencies": {},
"dependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.1",
"babel-preset-react": "^6.3.13",
"embedly": "^1.0.4",
"eslint": "^1.10.3",
"eslint-config-airbnb-es5": "^1.0.8",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.15.0",
"flux": "^2.1.1",
"history": "1.13.x",
"keymirror": "^0.1.1",
"nprogress": "^0.2.0",
"object-assign": "^4.0.1",
"prosemirror": "^0.1.1",
"qwest": "^4.2.1",
"react": "^0.14.6",
"react-addons-linked-state-mixin": "^0.14.6",
"react-dom": "^0.14.6",
"react-fontawesome": "^0.3.3",
"react-router": "1.0.2",
"webpack": "^1.12.12"
},
"engines": {
"node": "4.1.1",
"npm": "2.1.x"
}
}