-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.64 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
{
"name": "guesstimate-graph-simulator",
"version": "0.1.1",
"description": "Guesstimate Graphs",
"main": "dist/library-dist.js",
"scripts": {
"test": "gulp",
"build": "gulp build",
"coverage": "gulp coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/getguesstimate/guesstimate-graph-simulator"
},
"keywords": [
"guesstimate",
"statistics",
"estimates"
],
"author": "Ozzie Gooen",
"license": "MIT",
"bugs": {
"url": "https://github.com/getguesstimate/guesstimate-graph-simulator.git/issues"
},
"homepage": "https://github.com/getguesstimate/guesstimate-graph-simulator.git/issues",
"devDependencies": {
"babel": "^5.8.21",
"babel-eslint": "^4.0.10",
"chai": "^3.2.0",
"del": "^1.2.1",
"eslint": "^1.2.1",
"esperanto": "^0.7.4",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.0.0",
"gulp-file": "^0.2.0",
"gulp-filter": "^3.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.0",
"gulp-node-debug": "0.0.3",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglifyjs": "^0.6.1",
"isparta": "^3.0.3",
"mkdirp": "^0.5.0",
"mocha": "^2.2.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
},
"to5BoilerplateOptions": {
"entryFileName": "page.js",
"exportVarName": "GusstimatePage",
"mochaGlobals": [
"stub",
"spy",
"expect"
]
},
"dependencies": {
"backbone": "1.2.2",
"gen-uid": "^0.0.2",
"lodash": "^3.10.1",
"numeral": "^1.5.3",
"stochator": "^0.4.0"
}
}