-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "tag-search",
"version": "0.0.22",
"description": "search and list html tags like named anchor links",
"main": "lib/tag-search.js",
"repository": {
"type": "git",
"url": "https://github.com/inquisive/tag-search"
},
"keywords": [
"react",
"systemjs",
"javascipt",
"inclusive",
"anchor",
"html",
"a",
"tag",
"code",
"h3",
"h1",
"h2",
"search",
"tag search",
"html tag",
"html tags"
],
"browserify": {
"transform": [
"babelify"
]
},
"author": "snowkeeper",
"license": "MIT",
"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^11.0.1",
"browserify-global-shim": "^1.0.0",
"gulp": "^3.9.0",
"gulp-filesize": "0.0.6",
"gulp-minify": "0.0.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"jspm": "^0.16.12",
"live-server": "^0.8.1",
"reactify": "^1.1.1",
"systemjs": "^0.19.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"jspm": {
"format": "es6",
"registry": "npm",
"dependencies": {
"debug": "^2.2.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"react": "^0.14.0",
"react-dom": "^0.14.0"
}
},
"dependencies": {
"debug": "^2.2.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"react": "^0.14.0",
"react-dom": "^0.14.0"
}
}