forked from Mike96Angelo/Bars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 KB
/
package.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
43
44
{
"name": "bars",
"version": "1.9.6",
"description": "Bars is a lightweight high performance HTML aware templating engine.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mike96Angelo/Bars.git"
},
"keywords": [
"bars",
"render",
"renderer",
"rendering",
"template",
"templating",
"html"
],
"author": "Michaelangelo Jong",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mike96Angelo/Bars/issues"
},
"homepage": "https://github.com/Mike96Angelo/Bars#readme",
"dependencies": {
"compileit": "^1.0.1",
"generate-js": "^3.1.2",
"jquery": "^3.1.1",
"source-map": "^0.5.6",
"virtual-dom": "^2.1.1"
},
"devDependencies": {
"browserify": "^13.1.1",
"colors": "^1.1.2",
"gulp": "^3.9.1",
"gulp-minify": "0.0.14",
"stringify": "^5.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}