-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "abtestcalculator",
"version": "1.0.0",
"description": "A visual A/B test significance calculator",
"main": "js/main.js",
"dependencies": {
"is-integer": "^1.0.3",
"lodash.isempty": "^3.0.0",
"numeral": "^1.5.3",
"react": "^0.12.2",
"react-zeroclipboard": "^0.3.1"
},
"devDependencies": {
"assert": "^1.3.0",
"babel": "^4.4.5",
"babelify": "^5.0.3",
"beepbeep": "^1.2.0",
"browserify": "^8.0.3",
"del": "^1.1.1",
"event-stream": "^3.2.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.4.3",
"gulp-gh-pages": "^0.4.0",
"gulp-jshint": "^1.9.0",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.4",
"gulp-spawn-mocha": "^2.0.1",
"gulp-streamify": "^0.0.5",
"gulp-template": "^2.1.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.2",
"lodash": "^2.4.1",
"reactify": "^0.17.1",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.0.0"
},
"homepage": "https://github.com/mattm/abtestcalculator",
"repository": {
"type": "git",
"url": "https://github.com/mattm/abtestcalculator.git"
},
"author": "Matt Mazur <matthew.h.mazur@gmail.com> (http://mattmazur.com)",
"license": "MIT"
}