forked from spikeheap/labking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.66 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "labking",
"version": "1.5.0",
"description": "A LabKey module to allow creation and editing of Study module datasets in a subject-centric way",
"main": "js/labking.module.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"build": "gulp",
"test": "./node_modules/.bin/karma start --single-run --reporters progress,coverage && find js -type f -name '*.js' -not -name '*.spec.js' | xargs ./node_modules/.bin/eslint",
"watch": "gulp watch"
},
"deployPath": "/Volumes/LabKey Server/externalModules",
"webParts": [
{
"name": "LabKing Subject Record",
"htmlFilePrefix": "subjectRecord"
}
],
"repository": {
"type": "git",
"url": "https://github.com/spikeheap/labking"
},
"keywords": [
"labkey"
],
"author": "Ryan Brooks",
"license": "MIT",
"bugs": {
"url": "https://github.com/spikeheap/labking/issues"
},
"browserify": {
"transform": [
[
"babelify",
{
"ignore": [
"bower_components"
]
}
],
"browserify-shim",
"browserify-ngannotate",
"partialify"
]
},
"browser": {
"angular": "./bower_components/angular/angular.js",
"angular-animate": "./bower_components/angular-animate/angular-animate.js",
"ui.router": "./bower_components/angular-ui-router/release/angular-ui-router.js",
"ui.utils": "./bower_components/angular-ui-utils/ui-utils.js",
"ui.grid": "./bower_components/angular-ui-grid/ui-grid.js",
"angular-bootstrap": "./bower_components/angular-bootstrap/ui-bootstrap-tpls.js",
"angular-utils-pagination": "./bower_components/angular-utils-pagination/dirPagination.js",
"angular-utils-pagination-tpls": "./bower_components/angular-utils-pagination/dirPagination.tpl.js",
"toastr.tpls": "./bower_components/angular-toastr/dist/angular-toastr.tpls.js"
},
"browserify-shim": {
"angular": {
"exports": "angular"
}
},
"homepage": "https://github.com/spikeheap/labking",
"devDependencies": {
"babel-eslint": "4.1.7",
"babelify": "^5.0.4",
"bower": "^1.4.1",
"browserify": "^9.0.3",
"browserify-istanbul": "^0.2.1",
"browserify-ngannotate": "^1.0.1",
"browserify-shim": "^3.8.6",
"chai": "^3.2.0",
"chai-datetime": "^1.4.0",
"coveralls": "^2.11.2",
"debowerify": "^1.2.1",
"del": "^1.1.1",
"eslint": "^0.24.1",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^0.15.0",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.3",
"gulp-mustache": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rev": "^5.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-usemin": "^0.3.11",
"gulp-useref": "^1.2.0",
"gulp-util": "^3.0.4",
"jquery": "^2.1.3",
"karma": "^0.12.31",
"karma-browserify": "^4.2.2",
"karma-chai": "^0.1.0",
"karma-chai-datetime": "^0.1.1",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.0.4",
"karma-coverage": "^0.4.2",
"karma-mocha": "^0.1.10",
"karma-osx-reporter": "^0.2.0",
"karma-phantomjs2-launcher": "^0.1.6",
"lodash": "^3.6.0",
"mocha": "^2.2.1",
"moment": "^2.10.3",
"mustache": "^1.2.0",
"newforms": "^0.12.1",
"node-notifier": "^4.1.2",
"partialify": "^3.1.3",
"run-sequence": "^1.1.0",
"stream-browserify": "^2.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
},
"dependencies": {}
}