-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 844 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 844 Bytes
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
{
"name": "entityjs",
"description": "Entity Framework for Node.js",
"version": "0.3.0",
"license": "MIT",
"author": "Prem Ramanathan",
"repository": {
"type": "git",
"url": "git://github.com/fieryorc/entityjs.git"
},
"scripts": {
"test": "node test/test-entity.js"
},
"main": "main.js",
"typings": "index.d.ts",
"dependencies": {
"bluebird": "^3.4.1",
"gcloud": "^0.36.0",
"http-status-codes": "^1.0.6",
"lodash": "^4.13.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^1.0.0",
"dts-builder": "^1.0.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.4",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"requirejs": "^2.2.0",
"through2": "^2.0.1"
}
}