forked from silktide/simple-node-kissmetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.4 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
{
"name": "simple-node-kissmetrics",
"version": "0.1.0",
"description": "ES6 KISSmetrics library.",
"main": "dist/library-dist.js",
"scripts": {
"test": "gulp",
"build": "gulp build",
"coverage": "gulp coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/silktide/simple-node-kissmetrics.git"
},
"keywords": [
"kissmetrics",
"analytics"
],
"author": "Andrew Waite",
"license": "MIT",
"bugs": {
"url": "https://github.com/silktide/simple-node-kissmetrics/issues"
},
"homepage": "https://github.com/silktide/simple-node-kissmetrics",
"devDependencies": {
"babel": "^5.8.21",
"babel-eslint": "^4.0.10",
"chai": "^3.2.0",
"del": "^1.2.1",
"eslint": "^1.2.1",
"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-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",
"rollup": "^0.14.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
},
"to5BoilerplateOptions": {
"entryFileName": "index",
"exportVarName": "kissmetrics",
"mochaGlobals": [
"stub",
"spy",
"expect"
]
}
}