-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 762 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 762 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
{
"name": "jscript",
"version": "1.0.0",
"authors": [
"Thibaud B. <contact@thibaudb.com>"
],
"description": "Not another JavaScript playground",
"main": "gulpfile.js",
"keywords": [
"javascript",
"css",
"table"
],
"license": "MIT",
"homepage": "thibaudbe.github.io/jscript/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"fontawesome": "~4.3.0",
"animate-css": "~3.2.0",
"modernizr": "~2.8.3",
"bourbon": "~4.2.0",
"neat": "~1.7.1",
"bitters": "~1.0.0",
"sass.js": "~0.6.2",
"emmet": "https://nightwing.github.io/emmet-core/emmet.js",
"ace-builds": "~1.1.8",
"react": "~0.13.0",
"mousetrap": "~1.4.6"
}
}