forked from chancejs/chancejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.37 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
{
"name": "chancefr",
"main": "./chance.js",
"version": "1.0",
"description": "Chance FR - Utility library to generate anything random translated in French",
"homepage": "http://chancejs.com",
"author": "Rémi Bétin <[email protected]>",
"bugs": {
"url": "https://github.com/remibetin/chancejs_fr/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/remibetin/chancejs_fr.git"
},
"license": "MIT",
"devDependencies": {
"ava": "^0.19.1",
"babel-eslint": "^7.2.3",
"chai": "^3.5.0",
"coveralls": "^2.11.2",
"dirty-chai": "^1.2.2",
"gulp": "^3.9.1",
"gulp-ava": "^0.17.1",
"gulp-eslint": "^3.0.1",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.4",
"nyc": "^10.3.2",
"pump": "^1.0.2"
},
"scripts": {
"test": "gulp travis"
},
"keywords": [
"chance",
"random",
"generator",
"test",
"mersenne",
"name",
"address",
"dice"
],
"jam": {
"main": "chance.js"
},
"github": "https://github.com/remibetin/chancejs_fr",
"maintainers": [
{
"name": "Rémi Bétin",
"email": "[email protected]"
}
],
"spm": {
"main": "chance.js",
"ignore": [
"test"
]
},
"dependencies": {
"npm": "^5.8.0"
}
}