-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 901 Bytes
/
bower.json
File metadata and controls
43 lines (43 loc) · 901 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
38
39
40
41
42
43
{
"name": "application-name",
"description": "lifeparser cms & generator feature build on NodeJS platform and multiple database.",
"main": "",
"authors": [
"Vietworm <[email protected]>"
],
"license": "MIT",
"keywords": [
"nodejs",
"expressjs",
"react",
"nunjucks",
"redis",
"linux",
"jade",
"bootstrap",
"material",
"lifeparser",
"cms",
"generator"
],
"moduleType": [],
"homepage": "http://100dayproject.org",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"bower",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"bootstrap": "~3.3.6",
"polymer": "Polymer/polymer#^1.4.0",
"iron-icons": "PolymerElements/iron-icons#^1.1.3",
"iron-icon": "PolymerElements/iron-icon#^1.0.8",
"paper-toast": "^1.2.1",
"iron-ajax": "^1.2.0"
}
}