-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "Pyro",
"version": "1.0.0-a.3",
"description": "Pyro is a platform that allows simple setup of cross platform mobile hybrid applications.",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"firebase-tools": "^1.1.4",
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc-plugin": "^0.1.4",
"grunt-ng-annotate": "^0.8.0",
"grunt-ng-constant": "^1.0.0",
"grunt-open": "^0.2.3",
"grunt-replace": "^0.8.0",
"grunt-shell": "^1.1.1",
"grunt-update-json": "^0.2.1",
"grunt-wiredep": "^2.0.0",
"load-grunt-tasks": "^2.0.0",
"wiredep": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sbolel/pyro.git"
},
"author": "Scott Prue ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/sbolel/pyro/issues"
},
"homepage": "https://github.com/sbolel/pyro"
}