-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 797 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 797 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
32
33
34
{
"name": "fcoo-parameter-unit",
"version": "1.13.0",
"homepage": "https://github.com/FCOO/fcoo-parameter-unit",
"authors": [
"Niels Holt"
],
"description": "",
"main": "dist/fcoo-parameter-unit.js",
"repository": {
"type": "git",
"url": "git://github.com/FCOO/fcoo-parameter-unit.git"
},
"dependencies": {
"jquery": "latest",
"fcoo-promise-list": "fcoo/fcoo-promise-list#^1.1.0",
"fcoo-moment": "fcoo/fcoo-moment#^1.3.1",
"fcoo-number": "fcoo/fcoo-number#^1.3.4",
"fcoo-value-format": "fcoo/fcoo-value-format#^3.7.0",
"fcoo-settings": "fcoo/fcoo-settings"
},
"devDependencies": {},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"es6"
]
}