-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "Mondojs",
"version": "0.0.1",
"description": "Javascript integrations for the Mondo API",
"main": "dist/Mondo.js",
"scripts": {
"test": "npm prune; flow; mocha ./Mondo.spec.jsx --compilers js:babel-register --reporter nyan",
"watch": "mocha ./Mondo.spec.jsx --watch --compilers js:babel-register --reporter nyan",
"build": "npm prune; flow; mocha ./Mondo.spec.jsx --compilers js:babel-register --reporter nyan; gulp"
},
"author": "Miles Spoor",
"dependencies": {
"simple-oauth2": "^0.3.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-transform-flow-strip-types": "^6.3.15",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-debug": "^2.1.2",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^3.0.2",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"webpack-stream": "^3.0.1"
}
}