-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "ansble-store",
"version": "1.0.0",
"description": "high performance, high flexibility, content as a service",
"main": "app.js",
"dependencies": {
"bower": "^1.5.3",
"jsonwebtoken": "^5.4.0",
"mongodb": "^2.0.45",
"monument": "2.2.0-rc.1",
"sandbox": "^0.8.6"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-declare": "^0.3.0",
"gulp-define-module": "^0.1.4",
"gulp-eslint": "^1.1.1",
"gulp-handlebars": "^4.0.0",
"gulp-hogan-compile": "^0.4.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.6",
"jshint": "^2.8.0",
"nodetime": "^0.8.15",
"yargs": "^3.27.0"
},
"scripts": {
"start": "node app.js",
"test": "gulp test",
"postinstall": "bower install"
},
"author": "Daniel Sellers",
"repository": "https://github.com/ansble/ansble-store.git",
"license": "MIT",
"engines": {
"node": "^4.2.3"
}
}