-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 871 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 871 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
30
31
{
"name": "PyroLibrary",
"version": "1.0.0-a.2",
"description": "Library containing the functionality for the Pyro Platform.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pyrolabs/PyroLibrary.git"
},
"author": "Scott Prue",
"license": "MIT",
"bugs": {
"url": "https://github.com/pyrolabs/PyroLibrary/issues"
},
"homepage": "https://github.com/pyrolabs/PyroLibrary",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.9.4",
"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.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.7",
"grunt-open": "^0.2.3"
}
}