forked from SAFeSEA/openEssayist-slim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (58 loc) · 2.56 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"#": "** CAREFUL! Used in ~ 'app/utils/VersionedAsset.php' **",
"private": true,
"name": "iet-ou-openessayist-slim",
"description": "(See - 'composer.json') | © The Open University.",
"version": "3.0.1-beta",
"license": "UNLICENSED",
"repository": "https://github.com/IET-OU/openEssayist-slim.git",
"peerDependencies": {
"twitter-bootstrap": "2.3.2",
"font-awesome": "3.2.1",
"bootstrap-modal": "2.2.6",
"x-bootstrap-modal": "git+https://github.com/jschr/bootstrap-modal.git#2.1.0",
"v1--jquery": "1.12.4",
"jquery": "2.2.4",
"v3--jquery": "3.3.1",
"jqueryui": "1.11.1",
"jquery-dotdotdot": "1.6.3",
"v1.8-jquery-dotdotdot": "1.8.2",
"pnotify": "1.2.0",
"v3--pnotify": "3.2.1",
"v1--pnotify": "git+https://github.com/sciactive/pnotify.git#1.2.0",
"jquery-blockUI": "2.59.0-2013.04.05",
"jquery-validate": "1.11.1",
"html5shiv": "3.7.3",
"aight": "1.1.0",
"bootstrap-wysiwyg": "git+https://github.com/mindmup/bootstrap-wysiwyg#2013",
"bootstrap.datepicker": "git+https://github.com/jgauby/eyecon-datepicker#2012,www.eyecon.ro/bootstrap-datepicker",
"cytoscape": "2.0.1",
"d3": "3.3.6",
"highcharts": "3.0.5",
"isotope-layout": "1.5.25",
"datatables": "1.9.4",
"x-exhibit-api": "3.0.0",
"countable": "3.0.0",
"log4javascript": "https://sourceforge.net/projects/log4javascript/#1.4.6"
},
"devDependencies": {
"pa11y-ci": "^1.3.1",
"semistandard": "^12.0.0",
"uglify-js": "^3.3.9"
},
"semistandard": {
"ignore": [ ".cache/", ".logs/", "app/", "templates/", "X-public_html/", "hive_*.js", "keyword.group.js", "bootstrap*", "jquery*", "app*.js" ]
},
"scripts": {
"symlink-js": "ln -s public_html/assets/openessayist/js openessayist-js",
"build": "uglifyjs openessayist-js/*core.js openessayist-js/*init.js openessayist-js/*ajax.js -b --comments /^!/ -o public_html/assets/app.js",
"min": "uglifyjs openessayist-js/*core.js openessayist-js/*init.js openessayist-js/*ajax.js --comments /^!/ -o public_html/assets/app.min.js",
"#- ug": "uglifyjs pub*/as*/openes*/*/*core.js pub*/as*/openes*/*/*init.js -b --comments /^!/ -o public_html/assets/app.js",
"# ug": "uglifyjs public_html/assets/openessayist/js/openessayist.core.js",
"hash-js": "cd public_html/assets; ln -fs app.js app.r$(git rev-parse --short HEAD).js",
"pa11y": "pa11y -s WCAG2AA -i notice ${OES_SERVER_1}/?_ua=pa11y-ci",
"pa11y-ci": "pa11y-ci --config .pa11yci.json",
"test": "semistandard public_html/assets/openessayist/js/open*.js",
"fix": "semistandard --fix"
}
}