-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
65 lines (65 loc) · 1.57 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
{
"name": "eyeglass-restyle",
"version": "1.2.2",
"description": "UI pattern authoring. For Sass.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/eoneill/eyeglass-restyle.git"
},
"bugs": {
"url": "https://github.com/eoneill/eyeglass-restyle/issues"
},
"homepage": "http://restylecss.com",
"author": {
"name": "Eugene ONeill",
"email": "",
"url": "https://github.com/eoneill"
},
"main": "eyeglass-exports.js",
"README": "README.md",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"keywords": [
"sass",
"eyeglass-module",
"themes"
],
"eyeglass": {
"name": "restyle",
"needs": "*"
},
"dependencies": {
"crc": "^3.3.0",
"lodash.clone": "^4.5.0",
"lodash.isequal": "^4.4.0",
"lodash.merge": "^4.6.0",
"node-sass-more-utils": "1.0.2",
"node-sass-utils": "^1.1.2"
},
"devDependencies": {
"eclint": "^2.4.0",
"eslint": "^4.4.1",
"eyeglass": "^2.0.0",
"eyeglass-dev-eslint": "sass-eyeglass/eyeglass-dev-eslint",
"eyeglass-dev-testutils": "^1.0.1",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-bump": "^2.7.0",
"gulp-conventional-changelog": "^1.1.4",
"gulp-docco": "0.0.4",
"gulp-eslint": "^4.0.0",
"gulp-git": "^2.4.1",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-jsdoc3": "^1.0.1",
"gulp-mocha": "^4.3.1",
"gulp-prompt": "^0.2.0",
"gulp-shell": "^0.6.3",
"gulp-tag-version": "^1.3.0",
"mocha": "^3.5.0",
"sassdoc": "^2.1.15",
"should": "^11.2.1"
}
}