-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.23 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
{
"name": "bagel-core",
"version": "0.2.2",
"title": "Bagel UI - Core Components",
"description": "Bagel UI Core UI Components",
"homepage": "http://goodtwin.co",
"contributors": [
"Andrew Wirick <[email protected]>",
"Greg Thompson <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/goodtwin/bagel-core.git"
},
"dependencies": {
"bagel-layout": "git://github.com/goodtwin/bagel-layout.git#v0.2.4",
"bagel-functions": "git://github.com/goodtwin/bagel-functions.git#v0.2.3",
"bagel-theme-prototype": "git://github.com/goodtwin/bagel-theme-prototype.git#v0.1.5"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-myth": "~0.1.1",
"bower": "~1.3",
"load-grunt-tasks": "~0.4.0",
"grunt-shared-config": "~0.3.7",
"assemble": "~0.4.41",
"grunt-bagel-sass-path": "git://github.com/goodtwin/grunt-bagel-sass-path.git#v0.1.0",
"grunt-bagel-pattern-lib": "git://github.com/goodtwin/grunt-bagel-pattern-lib.git#v0.1.0"
}
}