forked from topcoat/topcoat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.2 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "topcoat",
"version": "0.8.0",
"description": "CSS for clean and fast web apps",
"main": "Gruntfile.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"topcoat-radio-button-base": "0.1.1",
"topcoat-button-base": "0.6.1",
"topcoat-radio-button": "0.2.0",
"topcoat-navigation-bar-base": "0.5.0",
"topcoat-navigation-bar": "0.5.0",
"topcoat-input-base": "0.4.1",
"topcoat-list-base": "0.4.1",
"topcoat-list": "0.5.0",
"topcoat-search-input-base": "0.1.2",
"topcoat-checkbox": "0.5.0",
"topcoat-checkbox-base": "0.1.3",
"topcoat-button": "0.5.4",
"topcoat-icon-button": "0.4.0",
"topcoat-button-bar-base": "0.1.3",
"topcoat-button-bar": "0.2.0",
"topcoat-textarea": "0.3.0",
"topcoat-text-input": "0.3.4",
"topcoat-textarea-base": "0.3.2",
"topcoat-notification": "0.1.1",
"topcoat-notification-base": "0.0.1",
"topcoat-tab-bar": "0.2.0",
"topcoat-switch": "0.1.4",
"topcoat-switch-base": "0.1.0",
"topcoat-range-base": "0.0.3",
"topcoat-theme": "git://github.com/cdelstad/theme.git",
"topcoat-utils": "0.2.0",
"topcoat-search-input": "0.3.3",
"topcoat-range": "0.2.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jade": "~0.4.0",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-clean": "~0.4.1",
"grunt-exec": "~0.4.2",
"grunt-contrib-cssmin": "~0.5.0",
"jade": "~0.28.2",
"grunt-contrib-stylus": "~0.6.0",
"grunt-contrib-htmlmin": "~0.1.3",
"prompt": "*",
"csv": "*",
"topdoc-theme": "~0.2.7",
"grunt-topdoc": "~0.1.3",
"grunt-autoprefixer": "~0.2.20130806"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/topcoat/topcoat.git"
},
"bugs": {
"url": "https://github.com/topcoat/topcoat/issues"
},
"license": {
"type": "Apache",
"url": "https://github.com/topcoat/topcoat/blob/master/LICENSE"
},
"keywords": [
"css",
"ui",
"ux",
"pattern",
"library",
"mobile",
"desktop",
"native",
"application",
"web",
"standards"
]
}