forked from machty/emblem.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.54 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "emblem",
"description": "Templating language targeting Handlebars with default Ember.js conventions",
"version": "0.12.1",
"homepage": "http://www.emblemjs.com/",
"keywords": [
"ember",
"handlebars",
"template",
"html",
"indentation"
],
"repository": {
"type": "git",
"url": "git://github.com/machty/emblem.js.git"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"handlebars": ">=2.0.0",
"optimist": "^0.3.7"
},
"devDependencies": {
"@babel/plugin-transform-modules-amd": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@invisible/pegjs-import": "^1.1.1",
"StringScanner": "~0.0.3",
"babel-preset-minify": "^0.5.0",
"broccoli": "^2.0.1",
"broccoli-babel-transpiler": "^7.1.1",
"broccoli-concat": "3.7.3",
"broccoli-filter": "^1.3.0",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.2",
"broccoli-pegjs-import": "^0.0.2",
"broccoli-replace": "~0.12.0",
"broccoli-rollup": "^2.1.1",
"broccoli-stew": "^2.0.1",
"chalk": "^2.4.1",
"ember-cli": "~3.5.1",
"jquery": "^3.3.1",
"loader.js": "4.7.0",
"pegjs": "0.10.0",
"qunit": "2.8.0",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-multi-entry": "^2.1.0",
"rsvp": "^4.8.4",
"testem": "^2.14.0"
},
"main": "dist/cjs/emblem.js",
"bin": {
"emblem": "bin/emblem"
},
"scripts": {
"test": "ember test",
"start": "ember test --server",
"build": "ember build"
},
"optionalDependencies": {}
}