generated from coldbox-modules/module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.71 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
{
"name": "DataBoss",
"version": "0.0.0",
"description": "DatabBoss",
"main": "Gruntfile.js",
"private": true,
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-concat": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-injector": "^1.1.0",
"grunt-rev": "^0.1.0",
"grunt-sass": "^2.0.0",
"matchdep": "^2.0.0"
},
"dependencies": {
"@web_components/bootstrap": "git://github.com/twbs/bootstrap.git#~3.3.6",
"@web_components/bootstrap-datepicker": "git://github.com/eternicode/bootstrap-datepicker.git#~1.5.0",
"@web_components/bootstrap3-wysihtml5-bower": "git://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg.git#~0.3.3",
"@web_components/clockpicker": "git://github.com/weareoutman/clockpicker.git#~0.0.7",
"@web_components/components-font-awesome": "git://github.com/components/font-awesome.git#~4.1.0",
"@web_components/font-awesome": "git://github.com/FortAwesome/Font-Awesome.git#~4.5.0",
"@web_components/handlebars": "git://github.com/components/handlebars.js.git#~1.3.0",
"@web_components/jquery": "git://github.com/jquery/jquery.git#~2.1.4",
"@web_components/rangy-1.3": "git://github.com/noap/rangy-1.3.git#master",
"@web_components/wysihtml5x": "git://github.com/Edicy/wysihtml5.git#0.4.13"
},
"engines": {
"yarn": ">= 1.0.0"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@web_components'), 'web_components', 'junction') } catch (e) { }\""
}
}