-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.4 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "dom-anchor-fragment",
"version": "1.0.4",
"description": "Convert between DOM Range instances and fragment identifiers.",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/tilgovi/dom-anchor-fragment.git"
},
"keywords": [
"dom",
"anchor",
"range",
"fragment",
"text"
],
"author": "Randall Leeds <randall@bleeds.info>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tilgovi/dom-anchor-fragment/issues"
},
"homepage": "https://github.com/tilgovi/dom-anchor-fragment",
"main": "dist/FragmentAnchor.js",
"browser": "FragmentAnchor.js",
"browserify": {
"transform": [
"babelify"
]
},
"dependencies": {},
"devDependencies": {
"babel": "^5.4.3",
"babelify": "^6.1.1",
"browserify": "^10.2.4",
"browserify-istanbul": "^0.2.1",
"chai": "^2.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"karma": "^0.12.32",
"karma-browserify": "^4.2.1",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.3.1",
"karma-fixture": "^0.2.4",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.11",
"karma-source-map-support": "^1.0.0",
"mocha": "^2.2.5"
}
}