forked from sprintly/sprintly-kanban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.98 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "sprintly-kanban",
"private": true,
"version": "1.0.0",
"optionalDependencies": {
"fsevents": "0.3.8"
},
"devDependencies": {
"@sprintly/react-mentions": "^0.1.10",
"@sprintly/react-onclickoutside": "^1.0.0",
"babel-eslint": "^4.1.3",
"babel-plugin-rewire": "^0.1.22",
"babelify": "^6.3.0",
"backdash": "^1.1.2-2.4.1",
"bluebird": "^2.5.3",
"bootstrap": "^3.3.1",
"browserify": "^9.0.0",
"browserify-istanbul": "^0.2.1",
"chai": "^2.1.1",
"classnames": "^2.1.3",
"envify": "^3.2.0",
"es5-shim": "^4.0.6",
"eslint": "^1.5.1",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.4.2",
"exorcist": "^0.3.0",
"flux": "^2.0.1",
"fuzzy": "^0.1.0",
"gulp": "^3.9.0",
"gulp-csso": "^1.0.0",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"hasha": "^2.0.2",
"karma": "^0.12.31",
"karma-browserify": "~4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.1",
"keymirror": "^0.1.1",
"lodash": "^2.4.1",
"marked": "^0.3.3",
"mocha": "^2.2.1",
"moment": "^2.8.4",
"nodemon": "^1.3.6",
"oblique-strategies": "^1.0.1",
"phantomjs": "^1.9.18",
"phantomjs-function-bind-polyfill": "^1.0.0",
"react": "^0.13.3",
"react-bootstrap": "^0.23.7",
"react-dnd": "^1.1.3",
"react-localstorage": "^0.2.4",
"react-markdown": "^1.0.3",
"react-router": "^0.13.3",
"react-select": "^0.5.2",
"react-slick": "^0.6.1",
"react-typeahead": "1.0.1",
"reactify": "^1.1.0",
"sinon": "^1.13.0",
"sprintly-search": "^2.3.0",
"sprintly-ui": "sprintly/sprintly-ui#2588cb0214465d63994edd5cd45579e7e5df06b1",
"uglify-js": "^2.4.14",
"watchify": "~3.1.2"
},
"scripts": {
"dev": "gulp dev",
"build": "browserify app -d | exorcist -b './app' public/js/manifold.js.map > public/js/manifold.js",
"build-less": "gulp less",
"build-production": "npm run build-production-js && npm run build-production-css && gulp hash",
"build-production-css": "gulp css",
"build-production-js": "NODE_ENV=production browserify app | uglifyjs -cm > public/js/manifold.min.js",
"build-test": "NODE_ENV=test browserify test/index.js -t [ babelify --plugins rewire ] -t envify -d | exorcist -b './app' test/test-bundle.js.map > test/test-bundle.js",
"start": "node server.js",
"test": "npm run test-lint && npm run test-unit",
"test-lint": "eslint app config lib *.js",
"test-unit": "NODE_ENV=test ./node_modules/karma/bin/karma start --browsers PhantomJS --single-run",
"watch-test": "NODE_ENV=test ./node_modules/karma/bin/karma start",
"watchify": "watchify app -d -v -o 'exorcist -b './app' public/js/manifold.js.map > public/js/manifold.js'",
"watchify-test": "NODE_ENV=test watchify test/index.js -o 'exorcist -b './app' test/test-bundle.js.map > test/test-bundle.js' -t [ babelify --plugins rewire ] -t envify -dv"
},
"browserify": {
"transform": [
"babelify",
"envify"
]
},
"dependencies": {
"bell": "^4.0.0",
"config": "^1.14.0",
"good": "^6.1.4",
"good-console": "^5.0.2",
"hapi": "^8.6.1",
"hapi-auth-cookie": "^3.0.1",
"hapi-cache-buster": "^0.4.0",
"marked": "^0.3.3",
"moment": "~2.10.3",
"react-dnd": "^1.1.4",
"sprintly-data": "2.1.0",
"superagent": "^1.2.0",
"swig": "^1.4.2"
},
"engines": {
"node": "0.12.x",
"npm": "3.x.x"
},
"description": "Oauth2 Client App w/ Hapi, React, Flux, and Sprinlty-Data",
"main": "server.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/quickleft/sprintly-kanban.git"
},
"author": "Quick Left",
"license": "ISC",
"bugs": {
"url": "https://github.com/quickleft/sprintly-kanban/issues"
},
"homepage": "https://github.com/quickleft/sprintly-kanban"
}