-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 829 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
{
"name": "html-sass-javascript-grunt",
"version": "1.0.0",
"description": "HTML5 + Sass + JavaScript + Grunt.",
"author": "Statik <statikstack@gmail.com>",
"homepage": "https://github.com/statikstack/html-sass-javascript-grunt#readme",
"keywords": [
"node"
],
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"lint": "eslint src/**/*.js",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/statikstack/html-sass-javascript-grunt.git"
},
"bugs": {
"url": "https://github.com/statikstack/html-sass-javascript-grunt/issues"
},
"dependencies": {},
"devDependencies": {
"eslint": "5.0.1",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.2",
"prettier": "1.13.7"
},
"license": "MIT"
}