10000 Add package.json. · masteramuk/examples@332131e · GitHub
[go: up one dir, main page]

Skip to content

Commit 332131e

Browse files
committed
Add package.json.
1 parent bddca8c commit 332131e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

external-compile-sass/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Example",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"dependencies": {
6+
"node-sass": "latest",
7+
"total.js": "latest"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"author": "Peter Širka",
13+
"license": "MIT"
14+
}

0 commit comments

Comments
 (0)
0