-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 951 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
{
"name": "sign-machine",
"version": "2.2.0",
"description": "Easily embed sign-language animations - finger spell your text. Currently supports British Sign Language.",
"license": "MIT",
"main": "src/sign-machine.js",
"browser": "src/sign-machine.js",
"author": "Nick Freear {@nfreear}",
"repository": "https://github.com/nfreear/sign-machine.git",
"bugs": "https://github.com/nfreear/sign-machine/issues",
"homepage": "https://nick.freear.org.uk/2017/05/22/sign-machine.html?utm_source=npm",
"dependencies": { },
"devDependencies": {
"csslint": "^1.0.5",
"less": "^2.7.2",
"replace": "^0.3.0",
"semistandard": "^11.0.0"
},
"peerDependencies": {
"jquery": "^3.3.1"
},
"scripts": {
"build": "src/_ver.js && lessc style/*.less style/sign-machine.css",
"test": "semistandard && csslint style/"
},
"keywords": "sign-language, BSL, hearing, hearing-loss, spelling, animate, accessibility"
}