-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 867 Bytes
/
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
{
"name": "jCartes",
"version": "0.0.1",
"private": true,
"description": "Javascript Statistics Utility for ES6",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/renanvalentin/jcartes.git"
},
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"gulp": "^3.8.11"
},
"devDependencies": {
"babel": "^5.4.2",
"chai": "^2.3.0",
"gulp-babel": "^5.1.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-traceur": "^0.17.1",
"jshint-stylish": "^1.0.1",
"mocha": "^2.2.5",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"supertest": "^0.12.1",
"vinyl-fs": "^1.0.0"
},
"babelOptions": {
"entryFileName": "index",
"exportVarName": "MyLibrary",
"mochaGlobals": [
"stub",
"spy",
"expect"
]
}
}