forked from ODNZSL/nzsl-online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 958 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
{
"name": "nzsl-online",
"version": "1.0.0",
"description": "New Zealand Sign Language Dictionary consists of 2 major units * Ruby on Rails Website (this repo) * Freelex, and open source project for maintaining the signs lexicon data.",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"sass-lint": "./node_modules/.bin/sass-lint -v",
"eslint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ODNZSL/nzsl-online.git"
},
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/ODNZSL/nzsl-online/issues"
},
"homepage": "https://github.com/ODNZSL/nzsl-online#readme",
"engines": {
"node": ">=9.10.0",
"yarn": ">=1.3.2"
},
"dependencies": {
"puppeteer": "^2.0.0"
},
"devDependencies": {
"@percy/agent": "^0.26.0",
"eslint": "^5.12.1",
"eslint-config-google": "0.14.0",
"sass-lint": "^1.12.1"
}
}