This repository was archived by the owner on Apr 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "ember-cli-deploy-cobot-scss",
"version": "0.1.0",
"description": "ember-cli-deploy plugin to push scss files to cobot scss server",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "./node_modules/mocha/bin/mocha node_tests/**/*-test.js"
},
"engines": {
"node": ">= 0.10.0"
},
"author": "Alexander Lang",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.0.0",
"broccoli-ember-hbs-template-compiler": "^1.6.1",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"ember-cli": "0.1.5",
"ember-cli-content-security-policy": "0.3.0",
"ember-cli-dependency-checker": "0.0.7",
"ember-cli-esnext": "0.1.1",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-qunit": "0.1.2",
"ember-export-application-global": "^1.0.0",
"express": "^4.8.5",
"glob": "^4.0.5",
"mocha": "^2.1.0"
},
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"ember-addon": {
"configPath": "tests/dummy/config"
},
"dependencies": {
"core-object": "0.0.2",
"ember-cli-deploy-plugin": "^0.2.0",
"minimatch": "^3.0.0",
"request": "^2.55.0",
"rsvp": "^3.1.0"
}
}