forked from mojotech/jeet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 914 Bytes
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
{
"name": "jeet",
"author": "Cory Simmons / MojoTech <cory@mojotech.com> (http://mojotech.com)",
"main": "stylus/jeet.js",
"version": "5.3.0",
"description": "The most advanced, yet intuitive, grid system on the market today",
"keywords": [
"stylus",
"css",
"framework",
"grid"
],
"categories": [
"CSS",
"Frameworks"
],
"github": "http://github.com/mojotech/jeet",
"devDependencies": {
"stylus": "0.42.3",
"should": "3.1.3",
"mocha": "1.17.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/index.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/mojotech/jeet.git"
},
"bugs": {
"url": "https://github.com/mojotech/jeet/issues",
"email": "cory@mojotech.com"
},
"license": "GPL-3.0+",
"homepage": "https://jeet.gs",
"dependencies": {
"stylus": "^0.42.3"
}
}