-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "lovelycss",
"version": "1.0.0",
"description": "lovelyss It is an Object Oriented CSS (OOCSS), clean and organised CSS framework to help developers starting a web project from scratch.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/douglasdeodato/lovelycss.git"
},
"author": "Douglas Deodato",
"license": "ISC",
"bugs": {
"url": "https://github.com/douglasdeodato/lovelycss/issues"
},
"homepage": "https://github.com/douglasdeodato/lovelycss",
"devDependencies": {
"grunt": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-ngdocs": "*",
"grunt-scss-lint": "^0.3.8",
"grunt-spritesmith": "*",
"load-grunt-tasks": "^3.5.0",
"time-grunt": "^1.3.0"
}
}