-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "mozui",
"version": "1.0.0",
"description": "A lighweight CSS library",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"setremotes": "git remote set-url --add --push origin [email protected]:MozillaKNITOpenSource/MozUI.git"
},
"main": "mozui.min.css",
"repository": {
"type": "git",
"url": "https://github.com/MozillaKNITOpenSource/MozUI.git"
},
"keywords": [
"css",
"semantic",
"html5",
"framework"
],
"author": "Mozill Campus Club KNIT SULTANPUR<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MozillaKNITOpenSource/MozUI/issues"
},
"homepage": "https://github.com/MozillaKNITOpenSource/MozUI/wiki",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-banner": "^0.6.0",
"grunt-bytesize": "^0.2.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"marked": "^0.3.5"
}
}