-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "skatejs-bootstrap-template",
"version": "1.2.0",
"description": "SkateJS Bootstrap ES6",
"author": "Heffron-IT",
"main": "src/index.js",
"scripts": {
"build": "gulp clean && gulp build",
"build-watch": "gulp clean && gulp build-watch",
"test": "karma start karma.conf.js"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.3",
"debounce": "^1.0.0",
"ejs": "^2.5.1",
"es6-promise": "^3.0.2",
"html5-history-api": "^4.2.5",
"jquery": "2.1.4",
"js-cookie": "^2.0.4",
"moment": "^2.10.6",
"mutationobserver-shim": "^0.3.1",
"object-assign": "^4.0.1",
"page": "^1.6.4",
"skatejs": "latest",
"skatejs-named-slots": "^0.3.x",
"store": "^1.3.20",
"underscore": "^1.8.3",
"weakmap": "0.0.6",
"webcomponents.js": "webcomponents/webcomponentsjs#b77ca743edecb6ec262d4ffe8443708dbe0be49b",
"whatwg-fetch": "0.9.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-plugin-incremental-dom": "^3.4.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browser-sync": "^2.13.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"clear": "0.0.1",
"colors": "^1.1.2",
"del": "^2.0.2",
"eslint": "1.3.0",
"eslint-plugin-react": "^3.9.0",
"galvatron": "treshugart/galvatron#a01eb62",
"gulp": "gulpjs/gulp#4.0",
"gulp-auto-task": "treshugart/gulp-auto-task#80993d3",
"gulp-babel": "^6.0.0",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "2.6.0",
"gulp-debug": "2.1.0",
"gulp-filter": "3.0.1",
"gulp-if": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "0.9.1",
"jasmine-core": "^2.4.1",
"jsdom": "^9.4.1",
"karma": "^1.2.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.0",
"karma-jasmine": "^1.0.2",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"mocha": "2.3.3",
"mocha-jsdom": "^1.1.0",
"phantomjs-prebuilt": "^2.1.11",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kurtis-dunn/skatejs-bootstrap-template.git"
},
"bugs": {
"url": "https://github.com/kurtis-dunn/skatejs-bootstrap-template/issues"
},
"homepage": "https://github.com/kurtis-dunn/skatejs-bootstrap-template"
}