forked from tildeio/htmlbars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "htmlbars",
"version": "0.1.0",
"description": "HTMLBars compiles Handlebars templates into document fragments rather than string buffers",
"main": "index.js",
"scripts": {
"postinstall": "bower update",
"build": "bin/build.js",
"pretest": "bin/build.js",
"test": "bin/run-tests.js",
"start": "broccoli serve"
},
"repository": {
"type": "git",
"url": "https://github.com/tildeio/htmlbars.git"
},
"author": "Tilde, Inc.",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"bower": "~1.3.3",
"broccoli": "0.12.0",
"broccoli-cli": "0.0.1",
"broccoli-concat": "0.0.6",
"broccoli-es6-module-transpiler": "~0.1.0",
"broccoli-export-tree": "~0.3.0",
"broccoli-file-mover": "0.3.5",
"broccoli-file-remover": "~0.2.2",
"broccoli-jshint": "~0.4.0",
"broccoli-merge-trees": "0.1.3",
"broccoli-string-replace": "~0.0.2",
"broccoli-static-compiler": "0.1.4",
"broccoli-uglify-js": "~0.1.3",
"chalk": "~0.4.0",
"copy-dereference": "~1.0.0",
"handlebars": "1.3.0",
"ncp": "~0.5.1",
"qunit": "^0.7.2",
"rimraf": "~2.2.8",
"rsvp": "~3.0.6"
}
}