forked from automat/controlkit.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 716 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 716 Bytes
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
{
"name": "controlkit",
"version": "0.1.9",
"description": "A lightweight gui and controller library",
"keywords": [
"gui",
"controller",
"ui",
"interface"
],
"author": {
"name": "Henryk Wollik",
"email": "hwollik@hotmail.com",
"url": "http://henrykwollik.com"
},
"main": "index.js",
"devDependencies": {
"browserify": "6.2.x",
"uglify-js": "2.4.x",
"clean-css": "2.2.x",
"through": "2.3.x"
},
"repository": {
"type": "git",
"url": "https://github.com/automat/controlkit.js.git"
},
"homepage": "http://github.com/automat/controlKit.js",
"license": "MIT"
}