forked from at-import/Singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 944 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
38
39
40
41
42
{
"name": "singularitygs",
"version": "1.6.2",
"description": "A next generation grid framework built from the ground up to be responsive.",
"main": "stylesheets/_singularitygs.scss",
"directories": {
"test": "tests"
},
"eyeglass": {
"exports": "eyeglass-exports.js",
"name": "singularitygs"
},
"devDependencies": {
"diff": "^1.2.1",
"fs-extra": "^0.14.0",
"glob": "^4.3.2",
"node-sass": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Team-Sass/Singularity.git"
},
"keywords": [
"sass",
"responsive",
"rwd",
"eyeglass-module",
"singularity",
"layout",
"grid",
"semantic"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Team-Sass/Singularity/issues"
},
"homepage": "https://github.com/Team-Sass/Singularity"
}