-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
{
"name": "ll",
"version": "0.0.0",
"description": "Two-way parallel translation",
"license": "MIT",
"private": true,
"scripts": {
"test": "grunt test",
"build": "git submodule update --init lib/ve && grunt build && cd lib/ve && npm install && grunt build",
"doc": "jsduck"
},
"homepage": "https://github.com/divec/ll",
"repository": {
"type": "git",
"url": "https://github.com/divec/ll"
},
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"eslint-config-wikimedia": "0.15.3",
"eslint-plugin-html": "6.0.2",
"grunt": "1.1.0",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-css-url-embed": "1.11.1",
"grunt-cssjanus": "0.5.0",
"grunt-eslint": "22.0.0",
"grunt-karma": "4.0.0",
"grunt-stylelint": "0.15.0",
"grunt-tyops": "0.1.0",
"karma": "5.0.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.2",
"karma-firefox-launcher": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-qunit": "4.0.0",
"qunit": "2.9.3",
"stringify-object": "3.3.0",
"stylelint-config-wikimedia": "0.10.1"
}
}