-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 963 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
{
"name": "epfl-servicenow-extension",
"private": true,
"version": "3.0.0",
"description": "A custom web extension to quickly retrieve essentials information about users",
"keywords": [
"EPFL",
"ServiceNow",
"Extension"
],
"author": "William Belle <[email protected]>",
"license": "Apache-2.0",
"repository": "https://github.com/innovativeinnovation/epfl-servicenow-extension.git",
"scripts": {
"build": "grunt build",
"serve": "grunt serve",
"test": "grunt test"
},
"devDependencies": {
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",
"js-yaml": "^4.1.0",
"load-grunt-config": "^4.0.1"
}
}