-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 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
{
"author": "Ian Warner <ian.warner@drykiss.com>",
"license": "MIT",
"name": "CodeBlender",
"version": "1.0.0",
"description": "Middleman partials built with AngularJS and Bootstrap",
"main": "source/assets/javascripts/body.js",
"private": true,
"homepage": "http://codeblender.net",
"scripts": {
"start": "NO_CONTRACTS=true bundle exec middleman server",
"build": "bundle exec middleman build",
"verbose": "bundle exec middleman build --verbose --clean",
"deploy": "bundle exec middleman build && bundle exec middleman deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iwarner/CodeBlender-Middleman.git"
},
"bugs": {
"url": "https://github.com/iwarner/CodeBlender-Middleman/issues"
},
"dependencies": {
"angular": "",
"angular-animate": "",
"angular-clipboard": "",
"angular-google-maps": "",
"angular-resource": "",
"angular-sanitize": "",
"angular-ui-bootstrap": "",
"angular-ui-grid": "",
"autotrack": "",
"bootstrap-sass": "",
"font-awesome": "",
"jquery": "",
"lodash": "",
"mixitup": "",
"ng-clip": "",
"ng-facebook": "",
"ngclipboard": "",
"zeroclipboard": ""
},
"devDependencies": {
"clean-webpack-plugin": "",
"coffee-loader": "",
"coffee-script": "",
"css-loader": "",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "",
"gulp": "",
"gulp-csso": "",
"gulp-uncss": "",
"node-bourbon": "",
"node-sass": "",
"resolve-url-loader": "",
"sass-loader": "",
"style-loader": "",
"url-loader": "",
"webpack": ""
}
}