forked from bitovi/bithub-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 772 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 772 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": "bithub-embed",
"version": "0.1.1",
"main": "index.js",
"scripts": {
"test": "testee tests.html --browsers firefox"
},
"author": "Bitovi",
"license": "MIT",
"dependencies": {
"lodash-amd": "3.9.3",
"jquery": "2.2.1",
"can": "^2.3.0",
"font-awesome": "4.3.0",
"bootstrap": "3.3.4",
"browser-cookie-lite": "1.0.4",
"owl.carousel": "git+https://github.com/smashingboxes/OwlCarousel2.git",
"steal": "0.15.0",
"moment": "2.10.3",
"bit-social": "bithubapp/bit-social"
},
"devDependencies": {
"funcunit": "3.0.0",
"steal-qunit": "0.1.1",
"steal-tools": "0.15.0",
"testee": "^0.2.5"
},
"system": {
"npmAlgorithm": "flat",
"configDependencies": [
"live-reload"
]
}
}