This repository was archived by the owner on Aug 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.39 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "positioner",
"version": "0.2.0",
"description": "Optimally positions a DOM element relative to another element",
"main": "src/index.js",
"author": "Anthony Liatsis <anthony.liatsis@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/relateiq/positioner",
"repository": {
"url": "https://github.com/relateiq/positioner.git"
},
"bugs": {
"url": "https://github.com/relateiq/positioner/issues"
},
"iqproj": {
"app": true
},
"scripts": {
"test": "bin/iqb karma",
"start": "bin/iqb start",
"preversion": "bin/iqb karma",
"postpublish": "git push"
},
"dependencies": {
"capitalize": "~1.0.0",
"transition-end": "~0.1.0"
},
"devDependencies": {
"browserify": "~13.0.0",
"browserify-istanbul": "~0.2.1",
"chokidar-cli": "~1.0.1",
"connect-livereload": "~0.5.4",
"exorcist": "~0.4.0",
"express": "~4.13.3",
"jasmine": "~2.4.1",
"jasmine-core": "~2.4.1",
"jasmine-tools-riq": "~0.1.16",
"karma": "~0.13.19",
"karma-browserify": "~4.4.2",
"karma-chrome-launcher": "~0.2.2",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.3",
"node-sass": "~3.4.2",
"phantomjs": "~1.9.19",
"phantomjs-polyfill": "0.0.1",
"tiny-lr": "~0.2.1",
"watchify": "~3.7.0",
"yargs": "~3.31.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}