forked from wanadev/PhotonUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "photonui",
"version": "0.1.1",
"description": "A work-in-progress MVC/Swing style JavaScript UI library.",
"homepage": "http://wanadev.github.io/PhotonUI/",
"author": "Wanadev (http://wanadev.fr/)",
"license": "BSD-3-Clause",
"maintainers": [
{
"name": "Tribex",
"email": "",
"web": "http://github.com/Tribex"
},
{
"name": "Wanadev",
"email": "",
"web": "http://wanadev.fr/"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/wanadev/PhotonUI.git"
},
"devDependencies": {
"grunt": ">=0.4.5",
"grunt-browserify": ">=3.5.0",
"grunt-contrib-concat": ">=0.5.0",
"grunt-contrib-copy": ">=0.7.0",
"grunt-contrib-clean": ">=0.6.0",
"grunt-contrib-less": ">=1.0.0",
"grunt-contrib-uglify": ">=0.8.0",
"grunt-contrib-yuidoc": ">=0.7.0",
"less-plugin-autoprefix": ">=1.4.1",
"less-plugin-clean-css": ">=1.5.0",
"classyjs": ">=0.9.0",
"keyboardjs": ">=0.4.2"
}
}