-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.59 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.59 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "embedr",
"description": "The embedr search website.",
"homepage": "http://embedr.eu",
"contributors": [
"Tom Kruijsen <tom@tomkruijsen.nl>",
"Maarten Zeinstra <mz@kl.nl>"
],
"license": "EUPL-1.1",
"repository": {
"type": "git",
"url": "https://github.com/tomkr/embedr.git"
},
"browserify": {
"transform": [
"reactify"
]
},
"babel": {
"presets": [
"react"
]
},
"devDependencies": {
"babel-core": "^6.1.2",
"chai": "^3.4.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.10",
"grunt-mocha-test": "^0.12.7",
"grunt-mochify": "^0.3.0",
"grunt-newer": "^0.7.0",
"grunt-react": "^0.12.2",
"grunt-rev": "^0.1.0",
"grunt-rsync": "^0.6.2",
"grunt-text-replace": "^0.4.0",
"grunt-usemin": "^2.3.0",
"grunt-wiredep": "^1.7.0",
"jshint-stylish": "^0.4.0",
"load-grunt-tasks": "^0.4.0",
"mocha": "^2.3.3",
"react-addons-test-utils": "0.14.3",
"react-iiif-image": "^1.0.0",
"react-tools": "^0.13.3",
"reactify": "^1.1.1",
"through": "^2.3.8",
"time-grunt": "^0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"jquery": "^2.1.4",
"querystring": "^0.2.0",
"react": "0.14.3",
"react-dom": "0.14.3"
}
}