forked from parse-community/ParseReact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 822 Bytes
/
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
{
"name": "parse-react",
"version": "0.1.4",
"description": "Use Parse data in React applications",
"homepage": "https://github.com/ParsePlatform/ParseReact",
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/ParseReact"
},
"files": [
"dist/",
"src/",
"README.md"
],
"main": "dist/parse-react.js",
"devDependencies": {
"browserify": "~9.0.3",
"bundle-collapser": "~1.1.4",
"envify": "~3.2.0",
"gulp": "~3.8.11",
"gulp-derequire": "~2.0.0",
"gulp-insert": "~0.4.0",
"gulp-replace": "^0.5.3",
"gulp-uglify": "~1.1.0",
"jest-cli": "~0.4.0",
"parse": "^1.4.0",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.0.0"
},
"scripts": {
"test": "NODE_ENV=test jest"
},
"jest": {
"rootDir": "src"
}
}