-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
57 lines (57 loc) · 1.33 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
{
"name": "ember-suave",
"version": "4.0.1",
"description": "Make your Ember App Stylish",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha tests/*-test.js --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/dockyard/ember-suave.git"
},
"engines": {
"node": ">= 0.10.0"
},
"author": [
"Estelle DeBlois <[email protected]>",
"Robert Jackson <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"broccoli": "0.16.9",
"broccoli-asset-rev": "^2.4.2",
"chai": "^3.5.0",
"ember-cli": "2.6.2",
"ember-cli-blueprint-test-helpers": "^0.11.0",
"ember-cli-internal-test-helpers": "^0.8.1",
"ember-cli-release": "^0.2.9",
"mocha": "^2.4.5",
"mocha-jshint": "^2.1.1",
"walk-sync": "^0.2.6"
},
"keywords": [
"ember-addon",
"jscs-preset",
"preset"
],
"dependencies": {
"broccoli-jscs": "^2.0.0",
"ember-cli-babel": "^5.1.6",
"js-string-escape": "^1.0.0",
"jscs": "^3.0.4",
"jscs-ember-deprecations": "^2.3.0",
"temp": "0.8.3"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"main": "index.js"
},
"main": "lib/jscsrc.json",
"bugs": {
"url": "https://github.com/dockyard/ember-suave/issues"
},
"homepage": "https://github.com/dockyard/ember-suave"
}