forked from dativebase/dative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 3.58 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
72
73
74
75
76
77
78
79
80
{
"name": "dative",
"repository": {
"type": "git",
"url": "git://github.com/dativebase/dative.git"
},
"license": "Apache-2.0",
"description": "Dative is a graphical interface for linguistic fieldwork and language documentation applications. At present, Dative works with the Online Linguistic Database (OLD). For more information, see the Dative web site.",
"readme": "README.md",
"version": "4.119.02",
"dependencies": {
"@bower_components/autosize": "jackmoore/autosize#1.18.17",
"@bower_components/backbone": "jashkenas/backbone#~1.1.0",
"@bower_components/backbone-relational": "PaulUithol/Backbone-relational#~0.8.8",
"@bower_components/backbone.babysitter": "marionettejs/backbone.babysitter#^0.1.0",
"@bower_components/backbone.localStorage": "jeromegn/Backbone.localStorage#~1.1.14",
"@bower_components/backbone.wreqr": "marionettejs/backbone.wreqr#^1.0.0",
"@bower_components/better-dom": "chemerisuk/better-dom#~3.0.0",
"@bower_components/better-elastic-textarea": "chemerisuk/better-elastic-textarea#*",
"@bower_components/chai": "chaijs/chai#*",
"@bower_components/eco": "sstephenson/eco",
"@bower_components/fielddb": "OpenSourceFieldlinguistics/bower-fielddb#*",
"@bower_components/indexeddb-backbonejs-adapter": "superfeedr/indexeddb-backbonejs-adapter#*",
"@bower_components/jakobmattsson-jquery-elastic": "jakobmattsson/jquery-elastic#*",
"@bower_components/jquery": "jquery/jquery-dist#~2.1.1",
"@bower_components/jqueryui": "components/jqueryui#~1.11",
"@bower_components/lodash": "lodash/lodash#~2.4.1",
"@bower_components/marionette": "marionettejs/backbone.marionette#~2.0.1",
"@bower_components/mocha": "mochajs/mocha#*",
"@bower_components/modernizr": "Modernizr/Modernizr#~2.7.1",
"@bower_components/multiselect": "lou/multi-select#*",
"@bower_components/requirejs": "jrburke/requirejs-bower#~2.1.10",
"@bower_components/requirejs-text": "requirejs/text#~2.0.10",
"@bower_components/sass-bootstrap": "jlong/sass-bootstrap#~3.0.2",
"@bower_components/spin.js": "fgnass/spin.js#2.0.1",
"@bower_components/superclick": "joeldbirch/superclick#~1.1.0",
"@bower_components/superfish": "joeldbirch/superfish#~1.7.4",
"@bower_components/underscore": "jashkenas/underscore#1.4.4 - 1.6.0"
},
"devDependencies": {
"connect-livereload": "~0.3.2",
"grunt": "~0.4.1",
"grunt-bower-requirejs": "~0.8.3",
"grunt-coffeelint": "*",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-jst": "~0.5.1",
"grunt-contrib-uglify": "~0.3.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-docco": "^0.3.3",
"grunt-eco": "*",
"grunt-exec": "^0.4.6",
"grunt-markdown": "~0.7.0",
"grunt-mocha": "1.1.0",
"grunt-open": "~0.2.3",
"grunt-regex-replace": "*",
"grunt-requirejs": "~0.4.0",
"grunt-rev": "~0.1.0",
"grunt-shell": "~2.1.0",
"grunt-usemin": "~0.1.12",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0",
"time-grunt": "~0.2.8"
},
"engines": {
"node": ">=0.10.0",
"yarn": ">= 1.0.0"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
}
}