-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 995 Bytes
/
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
43
{
"name": "backbone.uikit",
"version": "2.1.5",
"description": "Backbone UIKit",
"main": "index.js",
"scripts": {
"doc": "documentation build index.js -f md -o documentation/references.md",
"doc-html": "documentation build index.js -f html -o documentation/references"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vash15/backbone.uikit.git"
},
"keywords": [
"backbone",
"uikit",
"ui"
],
"contributors": [
{
"name": "Matteo Baggio",
"email": "matteo.baggio@gmail.com"
},
{
"name": "Michele Belluco",
"email": "michele@belluco.info"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vash15/backbone.uikit/issues"
},
"homepage": "https://github.com/vash15/backbone.uikit#readme",
"browserify-shim": {},
"eve-language": "es6",
"eve-version": "2.0.0",
"eve-configs": {
"env": "development"
},
"devDependencies": {
"documentation": "^5.3.3"
}
}