-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
79 lines (79 loc) · 2.11 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ember-cli-bootstrap-sassy",
"version": "0.5.8",
"description": "Bootstrap for SASS without any other cruft.",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint:js":
"eslint ./*.js addon addon-test-support app config lib server test-support tests",
"start": "ember serve",
"test:glyphicon": "ember build && node ./node-tests/glyphicon-test.js",
"test": "ember try:each && npm run test:glyphicon"
},
"repository": "https://github.com/lifegadget/ember-cli-bootstrap-sassy",
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"author": "Ken Snyder",
"files": [
"ember-cli-build.js",
"LICENSE.md",
"README.md",
"addon",
"blueprints",
"app",
"bower.json",
"index.js",
"package.json",
"testem.json",
"vendor"
],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^3.0.0",
"ember-cli": "~2.18.0",
"ember-cli-content-security-policy": "1.0.0",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-eslint": "^4.2.1",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^4.1.1",
"ember-cli-sass": "7.1.3",
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^2.0.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.0.0",
"ember-source": "~2.18.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
"loader.js": "^4.2.3"
},
"keywords": [
"ember-addon",
"bootstrap",
"bootstrap-sass",
"ember-cli-sass",
"ember-cli-bootstrap-sass",
"sass"
],
"dependencies": {
"bootstrap-sass": "^3.0.0",
"broccoli-funnel": "^1.2.0",
"broccoli-merge-trees": "^2.0.0",
"broccoli-stew": "^1.5.0",
"ember-cli-babel": "^6.6.0",
"resolve": "^1.1.7"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}