-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.97 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
{
"name": "flashcards",
"version": "0.0.1",
"description": "Flashcards",
"main": "index.js",
"scripts": {
"webpublish": "git subtree push --prefix public origin gh-pages",
"watch": "NODE_PATH=/home/eric/repos/canonicalcards/src gulp watch",
"build": "NODE_ENV=production browserify -t reactify src/main.js -o dist/main.js",
"test": "NODE_PATH=/home/eric/repos/canonicalcards/src ./node_modules/karma/bin/karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "[email protected]:esbullington/flashcards.git"
},
"keywords": [
"flashcards",
"charts"
],
"author": "Eric S. Bullington",
"license": "Proprietary -- All Rights Reserved",
"bugs": {
"url": "https://github.com/esbullington/flashcards/issues"
},
"homepage": "https://github.com/esbullington/dashstock",
"devDependencies": {
"browserify": "^7.0.0",
"chai": "^1.10.0",
"connect-livereload": "^0.5.2",
"event-stream": "^3.1.7",
"firebase": "^2.0.6",
"flux": "^2.0.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-browserify": "^0.5.0",
"gulp-karma": "0.0.4",
"gulp-less": "^2.0.1",
"gulp-livereload": "^2.1.1",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.1",
"jsdom": "^1.4.1",
"karma": "^0.12.28",
"karma-browserify": "^1.0.1",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"keymirror": "^0.1.0",
"lodash": "^2.4.1",
"mocha": "^2.0.1",
"mocha-phantomjs": "^3.5.2",
"moment": "^2.8.4",
"object-assign": "^2.0.0",
"pubsub-js": "^1.5.0",
"react": "^0.12.1",
"react-router": "^0.11.4",
"react-tools": "^0.12.1",
"reactify": "^0.17.1",
"tiny-lr": "^0.1.4",
"watchify": "^2.2.1"
},
"dependencies": {
"csv-parse": "0.0.6",
"express": "^4.10.6",
"lodash": "^2.4.1",
"node-csv": "^0.1.2"
}
}