-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 827 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "equella-language",
"version": "1.0.0",
"description": "Our en_US language pack for EQUELLA. Many Australian spellings changed to US English ones, various unclear verbiage changed, minor corrections.",
"main": "disable-cloud.js",
"scripts": {
"open": "open https://vault.cca.edu/access/language.do",
"zip": "mkdir -p dist; cd pack; zip ../dist/language-pack-en_US.zip *",
"minify": "uglifyjs improved-login.js --screw-ie8 -m -c -o dist/improved-login.min.js",
"all": "npm run zip; npm run open"
},
"repository": {
"type": "git",
"url": "https://github.com/cca/equella_language"
},
"author": "phette23 <phette23@gmail.com> (http://phette.net)",
"license": "ECL-2.0",
"devDependencies": {
"async": "^3.2.4",
"properties": "^1.2.1",
"uglify-js": "^3.17.4"
}
}