-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 959 Bytes
/
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
{
"name": "eyeglass-math",
"description": "Math. For Sass.",
"version": "1.0.1",
"author": {
"name": "Chris Eppstein",
"email": "[email protected]",
"url": "https://github.com/chriseppstein"
},
"license": "Apache License 2.0",
"README": "README.md",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/sass-eyeglass/eyeglass-math.git"
},
"keywords": [
"sass",
"eyeglass-module"
],
"eyeglass": {
"name": "math",
"needs": "^0.6.5",
"exports": "eyeglass-exports.js"
},
"dependencies": {
"node-sass-utils": "^0.2.1"
},
"devDependencies": {
"eslint": "^0.14.1",
"eyeglass": "^0.2.0",
"eyeglass-dev-eslint": "0.0.2",
"grunt": "^0.4.5",
"grunt-release": "^0.12.0",
"gulp": "^3.8.11",
"gulp-eslint": "0.4.0",
"gulp-mocha": "^2.0.0",
"mocha": "^2.1.0",
"should": ">= 0.0.1"
}
}