forked from gpoitch/ember-cli-inline-content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 800 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 800 Bytes
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
{
"name": "ember-cli-inline-content",
"version": "0.3.2",
"description": "An ember-cli add-on to render inline scripts, styles, or any content directly into your index.html file",
"main": "index.js",
"scripts": {
"test": "node tests/test-runner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gdub22/ember-cli-inline-content.git"
},
"keywords": [
"ember-addon"
],
"author": "Garth Poitras <garth22@gmail.com> (http://garthpoitras.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gdub22/ember-cli-inline-content/issues"
},
"homepage": "https://github.com/gdub22/ember-cli-inline-content",
"dependencies": {
"clean-css": "^2.2.16",
"uglify-js": "^2.4.15"
},
"devDependencies": {
"qunit": "^0.7.5"
}
}