-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 839 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
{
"name": "sassport-reference",
"version": "0.1.0",
"description": "Sassport loader for importing by reference in Sass.",
"main": "dist/index.js",
"scripts": {
"start": "babel -w ./src -d ./dist",
"test": "mocha -w --require babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidkpiano/sassport-reference.git"
},
"keywords": [
"sass",
"sassport",
"reference",
"css",
"scss"
],
"author": "David Khourshid",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidkpiano/sassport-reference/issues"
},
"homepage": "https://github.com/davidkpiano/sassport-reference#readme",
"dependencies": {
"gonzales-pe": "^3.2.1",
"node-sass": "^3.4.2",
"sassport": "^0.7.1"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}