-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 932 Bytes
/
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
{
"name": "arrayfire-js",
"version": "0.21.4",
"description": "ArrayFire.js - ArrayFire for Node.js platform",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/arrayfire/arrayfire-js.git"
},
"dependencies": {
"babel-polyfill": "^6.2.0",
"bluebird": "^3.0.5",
"lodash": "^3.10.1",
"bindings": "*",
"cmake-js": "3",
"nan": "^2.1.0",
"better-assert": "*"
},
"scripts": {
"install": "cmake-js compile",
"test": "mocha tests",
"test-es5": "mocha tests --old"
},
"main": "lib/",
"devDependencies": {
"babel": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"debug": "*",
"fs-extra": "*",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-sequence": "^0.4.1",
"gulp-sourcemaps": "^1.6.0",
"merge2": "*",
"mocha": "^2.3.4",
"performance-now": "*",
"ref": "*",
"yargs": "^3.31.0"
}
}