-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 906 Bytes
/
package.json
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": "capstone",
"version": "1.0.0",
"description": "The Readings action for a smart display application.",
"main": "public/index.html",
"scripts": {
"jslint": "eslint \"**/*.js\"",
"jslint:fix": "eslint --fix \"**/*.js\"",
"test": "npm run jslint",
"serve": "firebase serve",
"deploy": "firebase deploy",
"csslint": "npx stylelint '**/*.css'"
},
"devDependencies": {
"eslint": "^5.2.0",
"eslint-config-google": "^0.9.1",
"stylelint-config-standard": "^20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arboghast/STEP-capstone.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arboghast/STEP-capstone/issues"
},
"homepage": "https://github.com/Arboghast/STEP-capstone#readme",
"dependencies": {
"diff": "^4.0.2",
"lumin": "^0.1.4",
"mark.js": "^8.11.1"
}
}