forked from tildeio/htmlbars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
45
46
47
48
{
"name": "htmlbars",
"version": "0.13.21",
"description": "HTMLBars compiles Handlebars templates into document fragments rather than string buffers",
"main": "dist/cjs/htmlbars.js",
"scripts": {
"prepublish": "bower install && ember build",
"build": "ember build",
"pretest": "ember build",
"test": "bin/run-tests.js",
"start": "ember serve"
},
"repository": {
"type": "git",
"url": "https://github.com/tildeio/htmlbars.git"
},
"author": "Tilde, Inc.",
"license": "MIT",
"readmeFilename": "README.md",
"files": [
"dist",
"README.md",
"package.json"
],
"dependencies": {},
"devDependencies": {
"bower": "~1.3.3",
"broccoli-concat": "0.0.6",
"broccoli-export-tree": "~0.3.0",
"broccoli-file-mover": "0.3.5",
"broccoli-file-remover": "~0.2.2",
"broccoli-funnel": "^0.1.6",
"broccoli-jshint": "~0.5.3",
"broccoli-merge-trees": "0.2.1",
"broccoli-string-replace": "~0.0.2",
"broccoli-uglify-js": "~0.1.3",
"chalk": "~0.4.0",
"ember-cli": "^0.1.13",
"ember-cli-release": "^0.2.2",
"ember-cli-sauce": "^1.3.0",
"emberjs-build": "0.0.48",
"git-repo-version": "^0.1.2",
"handlebars": "^3.0.2",
"morph-range": "^0.2.1",
"qunit": "^0.7.2",
"rsvp": "~3.0.6"
}
}