-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.2 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.2 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
46
47
48
49
50
51
52
{
"name": "giant-basic-widgets",
"version": "0.1.8",
"description": "Basic widgets module for Giant",
"keywords": [
"databound",
"input",
"select",
"text",
"validation",
"widgets"
],
"author": "Dan Stocker <dan@kwaia.com>",
"copyright": "Copyright (c) 2016 Dan Stocker",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:giantjs/giant-basic-widgets.git"
},
"engines": {
"npm": "^3.0.0"
},
"dependencies": {
"giant-assertion": "~0.4.0",
"giant-data": "~0.4.0",
"giant-entity": "~0.4.0",
"giant-event": "~0.4.0",
"giant-i18n": "~0.4.0",
"giant-oop": "~0.4.0",
"giant-templating": "~0.4.0",
"giant-utils": "~0.4.0",
"giant-widget": "~0.4.0",
"jquery": "~2.1.0"
},
"devDependencies": {
"giant-asset": "~0.4.0",
"giant-grunt-tools": "~0.4.0",
"giant-routing": "~0.4.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-karma": "^0.12.1",
"karma": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-qunit": "^1.2.0",
"phantomjs-prebuilt": "^2.1.12",
"qunitjs": "^1.19.0"
},
"files": [
"lib"
],
"main": "lib/giant-basic-widgets.js"
}