forked from sociomantic-tsunami/microbe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 918 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
{
"name": "microbejs",
"version": "0.4.13",
"authors": [
"Mouse Braun <mouse@sociomantic>",
"Nicolas Brugneaux <[email protected]>"
],
"description": "microbe.js - A modular JS library for DOM manipulation and more",
"main": "./dist/microbe.min.js",
"keywords": [
"microbe",
"microbejs",
"dom",
"javascript",
"observe",
"selector",
"engine",
"css4",
"http",
"event",
"class",
"aria"
],
"homepage":"http://m.icro.be",
"repository": {
"type": "git",
"url": "https://github.com/sociomantic/microbe.git"
},
"license": "MIT",
"moduleType":"node",
"ignore": [
"gulpfile.js",
"node_modules",
"bower_components",
"package.json",
"src/",
"tests/",
"www/",
".*"
]
}