~openteachermaintainers/openteacher/3.x

« back to all changes in this revision

Viewing changes to package.json

  • Committer: Marten de Vries
  • Date: 2017-06-28 18:05:48 UTC
  • Revision ID: git-v1:b4c406307aa345c58b9904b76580f15c5bff2a4e
Move JS into npm modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "openteacher-monorepo",
 
3
  "private": true,
 
4
  "license": "GPL-3.0+",
 
5
  "dependencies": {
 
6
    "blueimp-tmpl": "^3.8.0",
 
7
    "crossroads": "^0.12.2",
 
8
    "hasher": "^1.2.0",
 
9
    "pouchdb-browser": "^6.2.0",
 
10
    "pouchdb-show": "^1.0.9",
 
11
    "pouchdb-validation": "^1.2.1"
 
12
  },
 
13
  "devDependencies": {
 
14
    "browserify": "^14.4.0"
 
15
  }
 
16
}