forked from HubSpot/vex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 920 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
35
36
37
38
39
40
{
"name": "vex-js",
"version": "3.1.1",
"description": "Beautiful, functional dialogs in vanilla JavaScript",
"contributors": [
"Adam Schwartz <[email protected]>",
"Brendan Batliner <[email protected]>",
"Mark Stosberg <[email protected]>"
],
"license": "MIT",
"main": "dist/js/vex.js",
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/vex.git"
},
"dependencies": {
"classlist-polyfill": "1.0.3",
"domify": "1.4.0",
"es6-object-assign": "1.0.2",
"vex-dialog": "1.0.7"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-browserify": "5.0.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-uglify": "1.0.1",
"grunt-sass": "1.2.0",
"standard": "7.1.2"
},
"scripts": {
"prepublish": "grunt",
"test": "standard",
"build": "grunt"
},
"standard": {
"ignore": [
"/dist"
]
}
}