forked from OctoLinker/OctoLinker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"name": "OctoLinker",
"version": "4.1.0",
"engines": {
"node": ">=4.0.0"
},
"main": "lib/app.js",
"scripts": {
"bootstrap": "./scripts/bootstrap",
"lint": "./scripts/lint",
"test": "./scripts/test",
"watch-test": "./scripts/test --no-single-run --auto-watch",
"build": "./scripts/build",
"watch-build": "./scripts/watch-build"
},
"dependencies": {
"JSONPath": "^0.11.2",
"babel-polyfill": "^6.3.14",
"builtins": "^1.0.3",
"escape-regex-string": "^1.0.4",
"findandreplacedomtext": "^0.4.4",
"github-injection": "^0.2.0",
"github-url-from-git": "^1.4.0",
"github-url-from-username-repo": "^1.0.2",
"jquery": "^2.1.4",
"semver": "^5.1.0",
"semver-regex": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "2.1.1",
"karma-browserify": "^4.4.0",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-phantomjs-shim": "^1.1.2",
"mocha": "^2.3.4",
"phantomjs": "^1.9.18",
"sinon": "^1.17.2",
"watchify": "^3.6.1"
},
"private": true
}