-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 Bytes
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
{
"name": "orphic",
"version": "1.0.0",
"description": "Neumorphic world",
"main": "index.js",
"scripts": {
"build-sass": "sass src/scss/* dist/css/o.css",
"minify": "uglifyjs src/js/orphic.js -o dist/js/o.min.js",
"watch": "sass --watch src/scss/* dist/css/o.css",
"build": "npm run minify && npm run build-sass"
},
"repository": {
"type": "git",
"url": "https://github.com/Niftproj/orphic.git"
},
"keywords": [
"orphic",
"nift",
"ui"
],
"author": "ashusharma.sigmadev@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/Niftproj/orphic/issues"
},
"devDependencies": {
"sass": "1.32.6"
},
"homepage": "https://github.com/Niftproj/orphic#readme",
"dependencies": {
"minify": "^9.1.0",
"uglify-js": "^3.17.0"
}
}