-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
50 lines (50 loc) · 1.15 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "meemoo-iframework",
"title": "Meemoo Iframework",
"description": "hackable web apps",
"version": "0.3.5",
"homepage": "http://meemoo.org/",
"author": {
"name": "Forrest Oliphant",
"email": "[email protected]",
"url": "http://forresto.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/meemoo/iframework.git"
},
"bugs": {
"url": "https://github.com/meemoo/iframework/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://meemoo.org/iframework/LICENSE-MIT.txt"
},
{
"type": "AGPL",
"url": "http://meemoo.org/iframework/LICENSE-AGPL.txt"
}
],
"dependencies": {
"jquery": ">= 3.6.0",
"jquery-ui": "1.13.0",
"backbone": ">= 1.4.0",
"underscore": ">= 1.13.1"
},
"keywords": [],
"devDependencies": {
"grunt": "~1.4.1",
"grunt-cli": "~1.4.3",
"grunt-contrib-concat": "~2.0.0",
"grunt-contrib-uglify": "~5.0.1",
"grunt-contrib-jshint": "~3.1.1",
"grunt-contrib-connect": "~3.0.0",
"grunt-contrib-watch": "~1.1.0"
},
"scripts": {
"test": "grunt test",
"build": "grunt build",
"dev": "grunt dev"
}
}