This repository was archived by the owner on Dec 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.29 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.29 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "webforge-cms",
"version": "3.3.0",
"description": "",
"main": "index.js",
"scripts": {
"test-tabs": "mocha tests/js/mocha/TabsTest.js",
"test-form": "mocha tests/js/mocha/FormTest.js",
"test-entity-form": "mocha tests/js/mocha/EntityFormTest.js",
"test-fm": "mocha tests/js/mocha/FileManagerTest.js",
"test-wdio": "wdio tests/js/webdriverio/wdio.cucumber.conf.js",
"test": "npm-run-all --parallel test-tabs test-form test-entity-form test-fm test-wdio",
"build": "gulp build",
"build-dev": "gulp build --dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webforge-labs/cms.git"
},
"author": "Philipp Scheit",
"license": "MIT",
"bugs": {
"url": "https://github.com/webforge-labs/cms/issues"
},
"homepage": "https://github.com/webforge-labs/cms#readme",
"dependencies": {
"bluebird": "^3.4.0",
"bootstrap-datepicker": "~1.6.0",
"bootstrap-markdown": "~2.10.0",
"bootstrap-notify": "~3.1.3",
"bootstrap-sass": "~3.3.5",
"bootstrap-select": "~1.13.6",
"browser-sync": "^2.18.8",
"debug": "^2.2.0",
"font-awesome": "^4.7.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-hogan-compile": "~0.4.1",
"gulp-if": "~2.0.2",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.1.0",
"gulp-sourcemaps": "~2.2.0",
"gulp-wait": "0.0.2",
"hogan.js": "~3.0.2",
"jquery": "~3.5.0",
"knockout": "~3.5.0",
"knockout-collection": "~2.0.0",
"knockout-dragdrop": "~2.4.4",
"knockout-mapping": "~2.5.0",
"moment": "~2.20.1",
"requirejs": "~2.2.0",
"requirejs-text": "^2.0.12",
"shimney-amplify": "~1.1.2-build.4",
"shimney-jquery": "~1.8.3-build.2",
"shimney-lodash": "~4.9.0",
"shimney-requirejs-json": "~1.0.3",
"shimney-superagent": "~1.4.0-build.2",
"sortablejs": "^1.6.1",
"superagent": "~1.4.0",
"webforge-js-builder": "~1.2.1",
"webforge-js-components": "^1.0.7",
"webforge-testing": "~1.3.0"
},
"devDependencies": {
"amplify": "0.0.11",
"chai": "^3.4.1",
"dotenv": "^4.0.0",
"gulp": "^3.9.0",
"jquery-deferred": "^0.3.0",
"jsdom": "^9.11.0",
"json-diff": "^0.3.1",
"lodash": "^4.17.4",
"mocha": "^2.3.3",
"npm-run-all": "^3.0.0",
"xpath-builder": "0.0.7",
"yargs": "^3.29.0"
}
}