-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.5 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@sapien/module-name",
"version": "0.0.0",
"description": "The Missing AI / ML Library for JavaScript.",
"main": "dist/main.js",
"typings": "dist/main.d.ts",
"url": "",
"scripts": {
"pretest" : "grunt",
"test": "mocha",
"watch": "mocha-typescript-watch",
"build": "grunt",
"release": "standard-version",
"upload": "echo Run 'npm login' before running this script && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SapienML/template.git"
},
"keywords": [
"Sapien",
"Machine",
"Learning",
"SapienML",
"Sapien.ML",
"Deep",
"Learning"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SapienML/template/issues"
},
"homepage": "https://github.com/SapienML/template#readme",
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"chai": "^4.1.2",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.5.3",
"mocha-typescript": "^1.1.12",
"source-map-support": "^0.4.18",
"ts-node": "^3.3.0",
"typescript": "^2.5.3"
},
"dependencies": {
"@types/assert": "0.0.31",
"@types/node": "^8.0.30",
"assert": "^1.4.1",
"grunt-ts": "^6.0.0-beta.17",
"ndarray": "^1.0.18",
"standard-version": "^4.2.0",
"tsconfig-paths": "^2.3.0",
"tslint": "^5.8.0",
"webmonkeys": "^1.6.1"
},
"directories": {
"doc": "docs",
"test": "test"
}
}