forked from Igosuki/compass-mixins
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 843 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": "compass-mixins-fixed",
"version": "1.0.0",
"author": {
"name": "Anton Mamkin",
"email": "[email protected]",
"url": "https://github.com/Yakoot"
},
"contributors": [
{
"name": "Anton Mamkin",
"url": "https://github.com/yakoot"
}
],
"description": "Compass stylesheets",
"repository": {
"type": "git",
"url": "git://github.com/Yakoot/compass-mixins-fixed.git"
},
"main": "lib/_compass.scss",
"keywords": [
"compass",
"mixins",
"sass",
"css3"
],
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node test"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"chalk": "^2.4.1",
"jasmine-node": "^1.16.2",
"node-sass": "^4.10.0"
}
}