forked from DeloitteAU/DDBreakpoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 989 Bytes
/
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": "ddbreakpoints",
"version": "1.0.6",
"description": "Breakpoints SCSS Mixin and JavaScript tool, used to accelerate the development process of responsive pages.",
"main": "lib/dd.breakpoints.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-gh-pages": "^0.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeloitteDigitalAPAC/DDBreakpoints.git"
},
"keywords": [
"deloitte",
"digital",
"breakpoint",
"responsive"
],
"author": "Deloitte Digital Australia (http://deloittedigital.com.au)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/DeloitteDigitalAPAC/DDBreakpoints/issues"
},
"homepage": "https://github.com/DeloitteDigitalAPAC/DDBreakpoints#readme",
"dxp": {
"type": "library",
"scss": "lib/dd.breakpoints.scss"
}
}