-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "mindmeister-est-parser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require source-map-support/register $(find build/tests -name '*.js')"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"lodash": "^4.13.1",
"md5": "^2.1.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"request": "^2.72.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"deep-freeze": "0.0.1",
"enzyme": "^2.3.0",
"expect": "^1.20.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^2.2.0",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.4",
"mocha": "^2.4.5",
"react-addons-test-utils": "^15.1.0",
"retyped-x2js-tsd-ambient": "0.0.0-0",
"source-map-support": "^0.4.0",
"tsify": "^0.15.5",
"typemoq": "0.0.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}