-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.82 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
{
"name": "brainstem-js",
"repository": "https://github.com/mavenlink/brainstem-js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"filename": "brainstem",
"standalone": "Brainstem",
"version": "0.9.1",
"author": {
"name": "Mavenlink",
"email": "dev@mavenlink.com"
},
"license": "MIT",
"main": "lib/brainstem.js",
"scripts": {
"deduplicate": "yarn-deduplicate && yarn",
"prepublish": "gulp build-module",
"test": "gulp test",
"test:debug": "gulp test-debug",
"test:watch": "gulp test-watch"
},
"peerDependencies": {
"backbone": ">= 1.1.2",
"underscore": ">= 1.12.1"
},
"dependencies": {
"inflection": "^3.0.0",
"jquery": "2.2.4"
},
"devDependencies": {
"ansi-colors": "^4.1.3",
"backbone": "1.0.0 - 1.1.2",
"backbone-factory": "https://github.com/mavenlink/Backbone-Factory.git#master",
"browserify": "^17.0.0",
"browserify-shim": "^3.8.16",
"coffeeify": "^2.0.1",
"del": "^2.2.0",
"fancy-log": "^2.0.0",
"gulp": "^5.0.0",
"gulp-coffee": "^2.3.5",
"jasmine-core": "2.5.2",
"jasmine-jquery-matchers": "^1.4.2",
"karma": "^6.4.3",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^1.1.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-spec-reporter": "^0.0.36",
"minimist": "^1.2.8",
"path": "^0.12.7",
"sinon": "1.17.3",
"underscore": "^1.13.7",
"watchify": "^4.0.0",
"yarn-deduplicate": "^6.0.2"
},
"resolutions": {
"find-parent-dir": "^0.3.1",
"lodash.template": "^4.5.0",
"merge": "^2.1.1"
},
"browserify-shim": {
"jquery": "global:$",
"underscore": "global:_",
"backbone": "global:Backbone"
},
"engines": {
"node": "^20"
}
}