-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "leipzig",
"version": "0.8.1",
"description": "Interlinear glossing for the browser",
"main": "dist/leipzig.js",
"directories": {
"test": "test"
},
"devDependencies": {
"babel": "^5.6.23",
"babel-core": "^5.8.3",
"babel-plugin-object-assign": "^1.2.0",
"browserify": "^10.2.6",
"csscomb": "^3.1.8",
"csswring": "^3.0.5",
"faucet": "0.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-csscomb": "^3.0.6",
"gulp-header": "^1.2.2",
"gulp-postcss": "^5.1.10",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"tape": "^4.0.0",
"tape-catch": "^1.0.4",
"tape-run": "^1.0.0"
},
"scripts": {
"test": "browserify test/*.js | tape-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bdchauvette/leipzig.js.git"
},
"keywords": [
"linguistics",
"interlinear",
"glossing"
],
"author": "Ben Chauvette <[email protected]> (https://github.com/bdchauvette)",
"license": "ISC",
"bugs": {
"url": "https://github.com/bdchauvette/leipzig.js/issues"
},
"homepage": "https://bdchauvette.github.io/leipzig.js/"
}