-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.81 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.81 KB
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
{
"name": "sails-react-example",
"version": "0.2.0",
"description": "Sails and React integration example. Also uses Bower for web package management and RequireJS for AMD.",
"keywords": [],
"dependencies": {
"babel": "^6.3.26",
"bcryptjs": "~2.2.1",
"bower": "^1.3.3",
"browserify-resolutions": "~1.0.6",
"connect-mongo": "^1.1.0",
"ejs": "~0.8.4",
"es6-module-loader": "^0.17.10",
"factor-bundle": "^2.5.0",
"griddle": "^0.1.2",
"griddle-react": "^0.3.1",
"grunt": "0.4.2",
"grunt-browserify": "~4.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sails-linker": "~0.9.5",
"grunt-sass": "^1.0.0",
"grunt-shell": "^1.1.2",
"grunt-sync": "~0.0.4",
"immutable": "^3.7.4",
"include-all": "~0.1.3",
"lodash": "^4.0.0",
"passport": "~0.2.2",
"passport-cas": "~0.1.0",
"passport-facebook": "~2.0.0",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.2.0",
"passport-http-bearer": "~1.0.1",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.3",
"react": "~0.14.6",
"react-bootstrap": ">=0.27",
"react-checkbox": "^0.1.3",
"react-codemirror": "^0.2.5",
"react-dom": "~0.14.6",
"react-grid-layout": "^0.10.0-beta1",
"react-popup": "^0.1.1",
"react-router": "~2.0.0-rc5",
"react-zeroclipboard": "^1.1.0",
"reflux": "~0.2.12",
"sails": "~0.11",
"sails-disk": "~0.10.8",
"sails-generate-auth": "~0.3.1",
"sails-hook-babel": "git://github.com/codymorrison/sails-hook-babel",
"sails-mongo": "^0.11.0",
"connect-mongo": "0.8.2",
"seamless-immutable": "~3.0.0",
"socket.io-client": "github:jldec/socket.io",
"traceur": "0.0.96",
"typescript": "^1.7.5",
"validator": "~4.0.5",
"waterline": "github:Atlantis-Software/waterline"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/mikestone24/circa.git"
},
"author": "Alex Cabello",
"license": "MIT",
"devDependencies": {
"babel": "6.3.26",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
"babel-plugin-transform-react-constant-elements": "^6.4.0",
"babel-plugin-transform-regenerator": "^6.4.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"grunt-babel": "^6.0.0",
"history": "^1.17.0"
}
}