-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 794 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
{
"name": "@foamfactory/paulrevere",
"version": "1.0.0",
"description": "A simple messaging library providing toast and snackbar functionality for web applications",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"test": "mocha --require @babel/register"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"repository": "git://github.com/foamfactory/paulrevere.git",
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"nodemon": "^1.19.4"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com/"
}
}