-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Sacred-Geometry-Calculator",
"description": "Sacred Geometry Calculator",
"version": "0.0.1",
"homepage": "https://psychomantys.github.io/Sacred-Geometry-Calculator",
"main": "www/index.html",
"scripts": {
"pretest": "npm install",
"test": "grunt test",
"prepublish": "grunt get_deps",
"prestart": "npm install",
"start": "grunt debug:android"
},
"author": "Psycho Mantys",
"keywords": [
"cordova"
],
"devDependencies": {
"cordova": "*",
"temporary": "*",
"grunt-shell": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-jasmine": "*",
"grunt-template-jasmine-requirejs": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-requirejs": "*",
"http-server": "^0.6.1",
"grunt-linter": "*",
"volo": "*",
"grunt-volo": "*"
},
"contributors": [
{
"name": "Psycho Mantys",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/psychomantys/Sacred-Geometry-Calculator.git"
},
"bugs": {
"url": "https://github.com/psychomantys/Sacred-Geometry-Calculator/issues"
},
"licenses": [
{
"type": "GPL",
"url": "https://psychomantys.github.com/Sacred-Geometry-Calculator/LICENSE"
}
],
"volo": {
"baseDir": "www/thirdparty",
"dependencies": {
"yaap": "github:warmuuh/yaap/master",
"jquery": "github:jquery/jquery/2.1.1",
"require": "github:jrburke/requirejs/2.1.10",
"bootstrap": "github:twbs/bootstrap/master",
"bootstrap-combobox": "github:danielfarrell/bootstrap-combobox/1.1.6"
}
}
}