Skip to content

Commit 5175f63

Browse files
Semih KEŞKEKSemih KEŞKEK
authored andcommitted
initalize commit
0 parents  commit 5175f63

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "sass-compiler",
3+
"version": "1.0.0",
4+
"description": "Live SASS Compiler",
5+
"main": "app.js",
6+
"scripts": {
7+
"test": "pm2 start app.js"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/sqlProvider/SASS-Compiler.git"
12+
},
13+
"keywords": [
14+
"sass",
15+
"compiler",
16+
"live",
17+
"css",
18+
"node-sass"
19+
],
20+
"author": {
21+
"name": "Semih KEŞKEK",
22+
"email": "keskeksmh@gmail.com"
23+
},
24+
"license": "ISC",
25+
"bugs": {
26+
"url": "https://github.com/sqlProvider/SASS-Compiler/issues"
27+
},
28+
"homepage": "https://github.com/sqlProvider/SASS-Compiler#readme",
29+
"dependencies": {
30+
"node-sass": "^3.8.0"
31+
}
32+
}

0 commit comments

Comments
 (0)