forked from openstax/webview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 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
49
50
51
52
{
"name": "connexions-webview",
"version": "0.21.15-dev",
"description": "Connexions (cnx.org) web site",
"scripts": {
"prepublish": "bower install --config.analytics=false; grunt aloha --verbose",
"update": "npm update; bower update --config.analytics=false; grunt aloha --verbose",
"test": "grunt test --verbose",
"posttest": "node ./script/check-templates-for-non-i18n-text.js",
"dist": "grunt dist --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/Connexions/webview.git"
},
"dependencies": {
"grunt": "~0.4.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"bower": "^1.7.9",
"csso": "~1.3.11",
"glob": "^7.1.1",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "~0.0.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-htmlmin": "~0.4.0",
"grunt-contrib-imagemin": "~1.0.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.9.2",
"grunt-jsbeautifier": "~0.2.8",
"grunt-mocha": "~0.4.11",
"grunt-nginx": "~0.2.2",
"grunt-string-replace": "~1.2.0",
"grunt-targethtml": "~0.2.6",
"jquery": "^3.2.1",
"jsdom": "^9.12.0",
"less": "~1.7.5",
"rjs-build-analysis": "~0.0.3"
},
"license": [
{
"type": "AGPL",
"url": "https://github.com/Connexions/webview/blob/master/LICENSE.txt"
}
],
"engines": {
"node": ">=0.10"
}
}