This repository was archived by the owner on Sep 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"name": "fabnavi5",
"version": "0.0.1",
"homepage": "http://fabnavi.org",
"repository": {
"type": "git",
"url": "https://github.com/fabnavi/fabnavi5.git"
},
"bugs": {
"url": "https://github.com/fabnavi/fabnavi5/issues"
},
"dependencies": {
"flux": "^2.1.1",
"jquery": "^3.0.0",
"jquery-ujs": "^1.2.1",
"keymirror": "^0.1.1",
"machina": "^2.0.0-1",
"react": "^0.14.8",
"react-router": "^2.4.0"
},
"devDependencies": {
"react-jade": "git://github.com/edgemethod/react-jade.git#19db22e",
"react-jade-loader": "git://github.com/fabnavi/react-jade-loader.git#adb23dc",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-dev-expression": "^0.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-loose-native-modules": "^1.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bower-webpack-plugin": "^0.1.9",
"json-loader": "^0.5.4",
"node-sass": "^3.6.0",
"esdoc": "^0.4.6",
"eslint": "^2.5.1"
},
"license": "MIT",
"engines": {
"node": ">= 0.12"
},
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack",
"lint": "eslint -c ./.eslintrc app/assets/javascripts/client/*",
"doc": "esdoc -c esdoc.json"
}
}