Blame view

package.json 646 Bytes
c67f755ea   Ryan Glover   Add support for p...
1
2
3
4
5
6
  {
    "name": "application-name",
    "version": "1.0.0",
    "description": "Application description.",
    "scripts": {
      "start": "meteor --settings settings-development.json",
f6f8fcc89   Ryan Glover   refactor NPM scripts
7
8
      "staging": "meteor deploy staging.meteor.com --settings settings-development.json",
      "production": "meteor deploy production.meteor.com --settings settings-production.json"
c39994410   Ryan Glover   wip converting to...
9
    },
db5aba845   Ryan Glover   miscellaneous wor...
10
11
    "devDependencies": {},
    "dependencies": {
2b1ad7917   tmcdeveloper   wip moving to Met...
12
13
14
15
16
17
18
      "react": "^0.14.8",
      "react-addons-pure-render-mixin": "^0.14.8",
      "react-bootstrap": "^0.28.4",
      "react-dom": "^0.14.7",
      "react-mounter": "^1.1.0",
      "react-router": "^2.0.1",
      "react-router-bootstrap": "^0.20.1"
c67f755ea   Ryan Glover   Add support for p...
19
20
    }
  }