-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.39 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
40
41
42
43
44
45
46
47
48
{
"name": "CliqueUI",
"title": "CliqueUI",
"description": "Clique.UI is a lightweight, modular front-end framework for rapid web-interface development.",
"version": "1.0.4",
"homepage": "http://ui.cliquestudios.com",
"author": {
"name": "Clique Studios",
"email": "buildsomething@cliquestudios.com",
"url": "http://cliquestudios.com"
},
"repository": {
"type": "git",
"url": "git://github.com/CliqueStudios/Clique.UI"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/CliqueStudios/Clique.UI/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/CliqueStudios/Clique.UI/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-casperjs": "^2.1.0",
"grunt-cleaner-css": "^0.2.4",
"grunt-cliqueui-clean-less": "^0.1.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.1.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-newer": "^1.1.1",
"jshint-html-reporter": "^0.2.4",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"should": "^7.1.0"
}
}