-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
41 lines (41 loc) · 1.23 KB
/
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
37
38
39
40
41
{
"name": "smart-fred",
"version": "0.5.0",
"description": "",
"scripts": {
"dev": "webpack-dev-server --config --devtool eval --progress --colors --inline --content-base ./public",
"build-profiles": "./node_modules/.bin/coffee ./scripts/simplify-profiles.coffee",
"build": "WEBPACK_ENV=build ./node_modules/.bin/webpack",
"test": "./node_modules/.bin/mocha",
"test-watch": "./node_modules/.bin/mocha -w",
"deploy-gh": "git subtree push --prefix public origin gh-pages",
"reset-gh-pages": "git push origin `git subtree split --prefix output gh-pages`:gh-pages --force"
},
"author": "Dan Gottlieb",
"license": "MIT",
"devDependencies": {
"cjsx-loader": "^2.1.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"mocha": "^2.3.3",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"webpack-file-changer": "^2.0.1"
},
"dependencies": {
"freezer-js": "^0.8.0",
"moment": "^2.10.6",
"node-uuid": "^1.4.7",
"osh-async-parallel": "0.0.0",
"react": "^0.14.0",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.0",
"sanitize-caja": "^0.1.3"
},
"keywords": [
"fhir",
"smart"
]
}