-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 953 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
{
"name": "firstClass",
"title": "firstClass",
"description": "Clean framework powered by LESS based on Semantic.gs, HTML5, CSS3 and jQuery, using Grunt.",
"version": "2.0.0",
"homepage": "http://firstclass.wdsign.com.br",
"license": "The MIT License (MIT) - Copyright (c) 2014 WDSIGN",
"author": {
"name": "Rick Benetti",
"email": "rick@wdsign.com.br",
"url": "http://firstclass.wdsign.com.br/"
},
"repository": {
"type": "git",
"url": "git@gitlab.r2bz.com.br:wdsign/firstClass.git"
},
"dependencies": {},
"devDependencies": {
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-banner": "~0.2.0",
"grunt": "~0.4.2"
},
"keywords": []
}