-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
{
"name": "di-ary",
"version": "1.0.0",
"description": "Mathematical note-taking app built on Ruby on Rails, React and Redux.",
"homepage": "https://github.com/mkalygin/di-ary#readme",
"main": "app/assets/javascripts/application.js",
"author": "Michael Kalygin",
"license": "ISC",
"scripts": {
"spec": "babel-node app/assets/javascripts/spec-runner.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkalygin/di-ary.git"
},
"bugs": {
"url": "https://github.com/mkalygin/di-ary/issues"
},
"devDependencies": {
"deep-freeze": "0.0.1",
"expect": "^1.20.1",
"node-localstorage": "^1.3.0"
},
"dependencies": {
"axios": "^0.12.0",
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-incremental": "^3.1.1",
"history": "^3.0.0",
"marked": "^0.3.5",
"moment": "^2.13.0",
"random-js": "^1.0.8",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"redux": "^3.5.2",
"redux-react-router": "^1.0.0-beta3",
"redux-thunk": "^2.1.0"
}
}