-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.23 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "beagle",
"version": "0.0.0",
"description": "Navigating research",
"main": "./js/main.js",
"dependencies": {
"beagle-altmetrics": "0.0.4",
"beagle-pdf": "0.0.9",
"beagle-style": "0.0.5",
"brfs": "^1.4.0",
"browser-node-slack": "0.0.1",
"browserify": "^10.2.0",
"chrome-ext-screen-capture": "^1.0.1",
"crypto": "0.0.3",
"del": "^1.1.1",
"domready": "^1.0.8",
"envify": "^3.4.0",
"fs": "^0.0.2",
"google-scholar-link": "^1.0.0",
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "^2.2.1",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"jquery": "^2.1.4",
"level-browserify": "^0.19.1",
"lodash": "^3.8.0",
"minimist": "^1.1.1",
"moment": "^2.10.3",
"nodemailer": "^1.3.4",
"nodemailer-mailgun-transport": "^1.0.0",
"optional": "https://registry.npmjs.org/optional/-/optional-0.1.3.tgz",
"path": "^0.11.14",
"pouchdb": "^3.5.0",
"pouchdb-authentication": "^0.4.0",
"protocol-parser": "^0.0.7",
"rangy": "^1.3.0",
"react": "^0.13.3",
"react-async": "^2.1.0",
"react-bootstrap": "^0.22.3",
"react-linkhandler": "^1.0.4",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"tough-cookie": "^2.0.0",
"validator": "^3.40.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"devDependencies": {
"babelify": "^6.1.3",
"gulp-mocha": "^2.1.1",
"mocha": "^2.2.5",
"standard": "^3.9.0"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"globals": {
"chrome": true
}
},
"browserify": {
"transform": [
"brfs"
]
},
"scripts": {
"build": "browserify -t brfs main.js > bundle.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watchify -t brfs main.js -o bundle.js -v"
},
"repository": {
"type": "git",
"url": "https://github.com/RichardLitt/beagle.git"
},
"author": "Richard Littauer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RichardLitt/beagle/issues"
},
"homepage": "https://github.com/RichardLitt/beagle"
}