forked from antramm/broccoli-emblem-compiler
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.62 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
{
"author": {
"name": "Anthony Ramm"
},
"name": "broccoli-emblem-compiler",
"description": "Emblem.js precompiler for projects that use broccoli",
"version": "0.3.18",
"repository": {
"type": "git",
"url": "https://github.com/antramm/broccoli-emblem-compiler"
},
"keywords": [
"Ember.js",
"Handlebars.js",
"Emblem.js",
"Broccoli",
"broccoli-plugin"
],
"main": "index.js",
"licenses": [
"MIT"
],
"dependencies": {
"broccoli-filter": "^0.1.10",
"ember-template-compiler": "git+https://github.com/toranb/ember-template-compiler.git",
"emblem": "git+https://github.com/machty/emblem.js.git"
},
"devDependencies": {},
"optionalDependencies": {},
"gitHead": "601fcad55fccad71e8c52e05202a342f083a01ab",
"bugs": {
"url": "https://github.com/antramm/broccoli-emblem-compiler/issues"
},
"homepage": "https://github.com/antramm/broccoli-emblem-compiler",
"_id": "[email protected]",
"scripts": {},
"_shasum": "5ce0c12187f79e11648cebd6915beeb55fc18726",
"_from": "broccoli-emblem-compiler@^0.3.18",
"_npmVersion": "2.0.0-alpha-5",
"_npmUser": {
"name": "antramm",
"email": "[email protected]"
},
"maintainers": [
{
"name": "antramm",
"email": "[email protected]"
}
],
"dist": {
"shasum": "5ce0c12187f79e11648cebd6915beeb55fc18726",
"tarball": "http://registry.npmjs.org/broccoli-emblem-compiler/-/broccoli-emblem-compiler-0.3.18.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/broccoli-emblem-compiler/-/broccoli-emblem-compiler-0.3.18.tgz",
"readme": "ERROR: No README data found!"
}