This repository was archived by the owner on Apr 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 KB
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
49
50
51
{
"name": "htmlbars",
"version": "0.14.24",
"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",
"sauce:connect": "ember sauce:connect",
"sauce:disconnect": "ember sauce:disconnect"
},
"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": {
"benchmark": "^1.0.0",
"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.2.7",
"ember-cli-release": "^1.0.0-beta.1",
"ember-cli-sauce": "^1.3.0",
"emberjs-build": "0.2.1",
"git-repo-version": "^0.1.2",
"handlebars": "^3.0.2",
"morph-range": "0.2.6",
"qunit": "^0.7.2",
"rsvp": "~3.0.6"
}
}