-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 900 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
35
36
37
{
"name": "controller",
"description": "Commands and Action Abstractions for Dojo",
"version": "1.8.0",
"maintainers": [{
"name": "Kitson Kelly"
}],
"contributors": [{
"name": "Kitson Kelly"
}],
"licenses": [{
"type": "BSD",
"url": "https://github.com/kitsonk/controller/blob/master/LICENSE"
}],
"directories": {
"src": "./src"
},
"bugs": "https://github.com/kitsonk/controller/issues",
"homepage": "https://github.com/kitsonk/controller/",
"repositories": [{
"type": "git",
"url": "https://github.com/kitsonk/controller.git",
"path": "src/controller"
}],
"main": "./main.js",
"readme": "\n# controller #\n\nCommands and Action Abstractions for Dojo",
"keywords": [
"JavaScript",
"Dojo",
"Actions",
"Commands"
],
"dependencies": {
"dojo": ">1.8.0"
},
"dojoBuild": "controller.profile.js"
}