-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 849 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
{
"name": "glottologist",
"version": "2.0.3",
"description": "An easy to use translator library",
"main": "dist/glottologist.min.js",
"scripts": {
"test": "npm run gulp && npm run eye",
"gulp": "gulp",
"eye": "eye"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arguiot/Glottologist.git"
},
"keywords": [
"lang",
"translate",
"language",
"framework",
"display.js"
],
"author": "Arthur Guiot",
"license": "MIT",
"bugs": {
"url": "https://github.com/arguiot/Glottologist/issues"
},
"homepage": "https://github.com/arguiot/Glottologist#readme",
"devDependencies": {
"eye.js": "^1.2.1",
"gulp": "^4.0.2",
"gulp-babel-minify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-rigger": "^0.5.8"
},
"dependencies": {
"jsdom": "^16.2.2"
}
}