-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 874 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
{
"name": "mivid",
"author": "Mivid Studios <[email protected]>",
"description": "A front-end stack of Riot.js, Redux, and GraphQL",
"version": "0.1.10",
"license": "MIT",
"homepage": "https://github.com/mividtim/mivid",
"repository": {
"type": "git",
"url": "https://github.com/mividtim/mivid.git"
},
"main": "index.js",
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"rebuild": "gulp rebuild"
},
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.4.6",
"graphql": "^0.8.2",
"graphql-client": "^1.1.0",
"lodash.assign": "^4.2.0",
"lodash.reduce": "^4.6.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"riot": "^3.0.4",
"riot-route": "^3.0.2"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-coffee": "^2.3.3"
}
}