-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "phenological-clock",
"version": "0.1.0",
"description": "Phenological clock app",
"contributors": [
"Tega Brain <[email protected]>",
"Drew Hornbein <[email protected]>",
"Thiago de Mello Bueno <[email protected]>"
],
"main": "gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "AGPLv3",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-nodeunit": "~0.2.0",
"load-grunt-tasks": "^0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-parallel": "^0.3.1",
"grunt-cli": "^0.1.13",
"grunt-usemin": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/dhornbein/pclock.git"
},
"author": "",
"bugs": {
"url": "https://github.com/dhornbein/pclock/issues"
},
"homepage": "https://github.com/dhornbein/pclock"
}