File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Structured Node.js bindings for MySQL." ,
5
5
"scripts" : {
6
- "test" : " node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
6
+ "test" : " node ./node_modules/mocha/bin/mocha --recursive" ,
7
+ "fasttest" : " node ./node_modules/mocha/bin/mocha --recursive" ,
8
+ "pretest" : " npm run lint" ,
9
+ "lint" : " eslint machines test" ,
7
10
},
8
11
"keywords" : [
9
12
" mysql" ,
16
19
"author" : " The Treeline Company" ,
17
20
"license" : " MIT" ,
18
21
"dependencies" : {
19
- "machine" : " ^12.0.1" ,
20
- "machinepack-sql-builder" : " particlebanana/waterline-query-builder" ,
21
- "mysql" : " 2.10.2"
22
+ "lodash" : " 3.10.1" ,
23
+ "machine" : " 12.4.0" ,
24
+ "mysql" : " 2.10.2" ,
25
+ "waterline-query-builder" : " treelinehq/waterline-query-builder"
22
26
},
23
27
"devDependencies" : {
24
- "test-machinepack-mocha" : " ^2.1.1"
28
+ "eslint" : " 3.5.0" ,
29
+ "espree" : " 3.3.0" ,
30
+ "mocha" : " 3.0.2"
25
31
},
26
32
"machinepack" : {
27
33
"friendlyName" : " MySQL" ,
47
53
},
48
54
"repository" : {
49
55
"type" : " git" ,
50
- "url" :
" [email protected] :particlebanana /machinepack-mysql.git"
56
+ "url" :
" [email protected] :treelinehq /machinepack-mysql.git"
51
57
}
52
58
}
You can’t perform that action at this time.
0 commit comments