-
Notifications
You must be signed in to change notification settings - Fork 109
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "singularitygs",
"version": "1.8.0",
"description": "A next generation grid framework built from the ground up to be responsive.",
"main": "stylesheets/_singularitygs.scss",
"directories": {
"test": "tests"
},
"eyeglass": {
"needs": "^1.0.0",
"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",
"semver": "^5.1.0",
"yargs": "^4.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bump:major": "node .bump.js --major",
"bump:minor": "node .bump.js --minor",
"bump:patch": "node .bump.js --patch",
"publish": "node .gembuild.js && git push && git push origin --tags"
},
"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"
}