-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 869 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 869 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
35
36
37
{
"name": "example-app",
"version": "0.0.0",
"description": "An example app that shows off some of the components",
"main": "main",
"dependencies": {
"bit-c3": "^0.0.4",
"bit-tabs": "^0.0.4",
"can": "2.2.5",
"cssify": "^0.7.0",
"jquery": "^2.1.3",
"steal": "^0.10.5",
"steal-tools": "^0.10.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bitovi-components/example-app"
},
"keywords": [
"CanJS",
"Bitovi"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitovi-components/example-app/issues"
},
"homepage": "https://github.com/bitovi-components/example-app",
"devDependencies": {
"browserify": "^9.0.3",
"funcunit": "^3.0.0",
"steal-qunit": "0.0.3"
}
}