-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
{
"name": "framework",
"description": "Small and compact ui framework for fast development",
"version": "1.2.2",
"keywords": [
"js",
"css"
],
"homepage": "http://www.torqueui.com",
"author": "TorqueUI",
"repository": {
"type": "git",
"url": "https://github.com/SmartWebDK/torqueui.git"
},
"bugs": {
"url": "https://github.com/SmartWebDK/torqueui/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"cheerio": "^1.0.0-rc.9",
"grunt": "^1.4.0",
"grunt-banner": "^0.6.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-csscomb": "^3.1.1",
"grunt-notify": "^0.4.5",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "~0.2.9"
}
}