forked from wingspan/wingspan-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 931 Bytes
/
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
{
"name": "wingspan-forms",
"version": "1.0.0",
"description": "A forms package for React applications using Kendo UI widgets",
"main": "wingspan-forms.js",
"repository": {
"type": "git",
"url": "https://github.com/wingspan/wingspan-forms.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Wingspan Technology, Inc.",
"license": "MIT",
"peerDependencies": {
"react": "~0.13.0",
"kendo-ui-core": "~1.0.0",
"jquery": "~1.9.1",
"underscore": "~1.7.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-react": "~0.10.0",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-less": "~1.0.0",
"grunt-subgrunt": "~0.4.3",
"karma": "~0.12.28",
"grunt-karma": "~0.9.0"
}
}