-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "javascript-helpers",
"version": "3.6.0",
"description": "A collection of helpers and widgets for our JS front end applications",
"main": "javascript-helpers.js",
"scripts": {
"build": "webpack",
"watch": "webpack -w",
"test": "npm run lint",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mypebble/javascript-helpers.git"
},
"author": "Pebble",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mypebble/javascript-helpers/issues"
},
"homepage": "https://github.com/mypebble/javascript-helpers#readme",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"circular-dependency-plugin": "^2.0.0",
"eslint": "^2.4.0",
"underscore-template-loader": "^0.6.0",
"webpack": "1.14.0"
},
"peerDependencies": {
"accounting": "^0.4.1",
"backbone": "^1.3.3",
"backbone-poller": "^1.1.3",
"backbone.babysitter": "^0.1.12",
"backbone.localstorage": "^1.1.16",
"backbone.marionette": "2.4.7",
"backbone.paginator": "^2.0.3",
"commonmark": "^0.26.0",
"json-loader": "^0.5.4",
"moment": "^2.15.1",
"underscore": "^1.8.3",
"url-parse": "^1.1.6",
"window-or-global": "^1.0.1"
}
}