-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.87 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
{
"author": "serenitygrant@gmail.com",
"name": "Rikleimt",
"description": "Rikleimt.",
"version": "0.0.1",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"actionhero": "~10.1.0",
"ah-sequelize-plugin": "~0.5.1",
"async": "^0.9.2",
"aws-sdk": "~2.1.19",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"deep-diff": "^0.3.4",
"fastclick": "~1.0.3",
"grunt": "0.4.5",
"mime-magic": "~5.14.0",
"moment": "^2.12.0",
"moment-timezone": "^0.5.3",
"mysql": "latest",
"node-jsx": "^0.13.3",
"node-uuid": "^1.4.7",
"object-assign": "^4.0.1",
"path": "~0.4.9",
"promise": "^7.1.1",
"react": "^0.14.7",
"react-autocomplete": "^1.0.0-rc2",
"react-bootstrap": "^0.28.3",
"react-datetime": "^2.6.0",
"react-deep-link-state": "0.0.2",
"react-dom": "^0.14.7",
"react-tap-event-plugin": "^0.2.2",
"repl": "~0.1.3",
"request": "2.36.0",
"sequelize": "2.0.0-rc3",
"sequelize-fixtures": "latest",
"shelljs": "~0.3.0",
"slug": "^0.5.0",
"underscore": "~1.8.0",
"ws": "latest",
"yamljs": "~0.2.1"
},
"devDependencies": {
"grunt-available-tasks": "~0.5.0",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-test": "~0.11.0",
"grunt-modernizr": "~0.5.2",
"grunt-nodemon": "^0.4.1",
"grunt-shell": "~0.7.0",
"istanbul": "^0.3.13",
"handlebars": "^4.0.5",
"load-grunt-tasks": "~0.4.0"
},
"scripts": {
"help": "actionhero help",
"start": "actionhero start",
"actionhero": "actionhero",
"startCluster": "actionhero startCluster"
}
}