-
Notifications
You must be signed in to change notification settings - Fork 39
/
bower.json
42 lines (42 loc) · 875 Bytes
/
bower.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
{
"name": "terrific",
"version": "3.0.0",
"description": "TerrificJS modularizes your frontend code by solely relying on naming conventions.",
"homepage": "https://github.com/brunschgi/terrificjs",
"main": "dist/terrific.js",
"authors": [
"Remo Brunschwiler <remo@terrifically.org>"
],
"license": "MIT",
"dependencies": {
"es6-promise": ">=1.2.3",
"es5-shim": ">=4.1.1"
},
"ignore": [
"gulpfile.js",
"package.json",
"karma.conf.js",
"README.md",
".gitignore",
".jscsrc",
".jshintrc",
".jshintignore",
".travis.yml",
"node_modules",
"bower_components",
"spec",
"src",
"dist/docs"
],
"repository": {
"type": "git",
"url": "git://github.com/brunschgi/terrificjs.git"
},
"keywords": [
"terrific",
"terrificjs",
"module",
"modularize",
"scalalable"
]
}