forked from Borderliner/Meshki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 836 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
{
"name": "meshki",
"version": "0.4.3",
"description": "Meshki: A Black-Colored, Responsive Boilerplate for UI Development",
"main": "dist/meshki.min.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "grunt default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Borderliner/Meshki.git"
},
"keywords": [
"css",
"meshki",
"responsive",
"boilerplate",
"black"
],
"author": "Borderliner",
"license": "MIT",
"bugs": {
"url": "https://github.com/Borderliner/Meshki/issues"
},
"homepage": "http://meshki.borderliner.ir/",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0"
}
}