-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.22 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.22 KB
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
{
"name": "mycss",
"version": "1.0.0",
"description": "simple css library on material design",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --sourcemap=none --watch src/scss/index.scss:dist/css/material.css",
"sass1": "sass --sourcemap=none --watch src/scss/index.scss:D:\\MY_WORKSPACE\\iso8583_web\\iso8583_tcp\\web\\client\\app\\public\\css\\mycss\\dist\\css\\material.css",
"sass2": "sass --sourcemap=none --watch src/scss/index.scss:E:\\MYWORKSPACE\\iso8583_tcp\\web\\client\\app\\public\\css\\mycss\\dist\\css\\material.css",
"nodemon": "nodemon index.js",
"dev": "concurrently --kill-others \"npm run sass\" \"npm run nodemon\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/krvikash35/mycss.git"
},
"keywords": [
"css",
"library",
"material",
"design"
],
"author": "vikash",
"license": "ISC",
"bugs": {
"url": "https://github.com/krvikash35/mycss/issues"
},
"homepage": "https://github.com/krvikash35/mycss#readme",
"dependencies": {
"express": "^4.14.0"
},
"devDependencies": {
"concurrently": "^3.1.0",
"nodemon": "^1.11.0"
}
}