-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
71 lines (71 loc) · 1.95 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ax5ui-kernel",
"version": "1.4.131",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ax5ui/ax5ui-kernel"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "babel src -d lib",
"test": "karma start karma.conf.js",
"postinstall": "./node_modules/.bin/opencollective-postinstall || exit 0"
},
"devDependencies": {
"ax5core": "",
"babel-cli": "^6.0.0",
"babel-preset-es2015": "",
"bootstrap-sass": "^3.0.0",
"bourbon": "^4.2.6",
"fs-finder": "^1.8.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-jsdoc-to-markdown": "^1.2.2",
"gulp-jsdoc3": "^1.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-marko-ax5": "^0.4.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^2.2.20",
"htmlparser": "^1.7.7",
"jquery": "^3.1.1",
"js-beautify": "^1.5.10",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.2.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "^1.0.0",
"lodash": "^4.16.2",
"markdown-it": "~5.0.2",
"marko": "^2.8.4",
"mocha": "^3.1.0",
"node-sass": "^3.13.1",
"opencollective-postinstall": "^1.0.15",
"phantomjs-prebuilt": "^2.1.13",
"requirejs": "^2.3.2",
"should": "^11.1.0",
"strip-indent": "^1.0.1",
"version": "^0.1.2",
"webdriverio": "^4.6.1"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ax5ui-kernel",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}