forked from floating-ui/floating-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 990 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": "popper.js",
"version": "0.3.6",
"description": "",
"main": "src/popper.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FezVrasta/popper.js.git"
},
"author": "Federico Zivolo <[email protected]>",
"contributors": [
{
"name": "Andrea Scianò"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FezVrasta/popper.js/issues"
},
"homepage": "https://fezvrasta.github.com/popper.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-banner": "^0.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-jsdoc": "^1.1.0",
"grunt-karma": "^0.12.2",
"grunt-serve": "^0.1.6",
"grunt-shell-spawn": "^0.3.10",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.8"
}
}