forked from MultiTracksDotCom/sass-import-once
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 892 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
{
"name": "sass-single-import",
"description": "Enables modular usage of Sass without worrying about importing the same component multiple times.",
"version": "0.1.0",
"homepage": "https://github.com/CreativeCollective/sass-import-once",
"author": {
"name": "MutiTracks.com",
"email": "[email protected]",
"url": "www.multitracks.com"
},
"repository": {
"type": "git",
"url": "https://github.com/CreativeCollective/sass-import-once"
},
"bugs": {
"url": "https://github.com/CreativeCollective/sass-import-once/issues"
},
"scripts": {
"test": "grunt test"
},
"license": "MIT",
"engines": {
"node": ">=0.10",
"npm": ">=1.4"
},
"dependencies": {
"cli-color": "1.1"
},
"devDependencies": {
"coveralls": "2.x",
"grunt": "0.4.5",
"grunt-sass": "^1.1.0",
"istanbul": "0.4",
"jasmine-node": "1.x"
}
}