-
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) · 837 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 837 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": "FoundOPS",
"description": "The FoundOPS fleet management software.",
"version": "0.9.0",
"homepage": "https://play.google.com/store/apps/details?id=foundOps.mobile",
"private": true,
"author": {
"name": "FoundOPS",
"email": "dev@foundops.com",
"url": "www.foundops.com"
},
"directories": {
"docs": "docs"
},
"licenses": [
{
"type": "Copyright FoundOPS LLC",
"url": "https://docs.google.com/a/foundops.com/document/pub?id=1lxcX0LHrZfq_a3IAoW9ysqrKkI20glnVllV_Xk88bx4"
}
],
"devDependencies": {
"grunt-contrib-less": "0.3.x",
"grunt-replace": "0.3.x",
"async": "0.1.x",
"htmlparser": "1.7.x",
"rimraf": "2.1.x"
},
"keywords": [
"FoundOPS"
]
}