-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"directories": {
"test": "test"
},
"author": "azu",
"license": "MIT",
"files": [
"bin/",
"lib/",
"src/"
],
"name": "almin-thinking",
"version": "1.0.0",
"description": "Docs/Concept/Experimental Design for Almin.",
"main": "lib/almin-thinking.js",
"scripts": {
"test": "mocha 01-State/",
"build": "cross-env NODE_ENV=production tsc -p .",
"watch": "tsc -p . --watch",
"prepublish": "npm run --if-present build"
},
"keywords": [
"almin"
],
"repository": {
"type": "git",
"url": "https://github.com/almin/almin-thinking.git"
},
"bugs": {
"url": "https://github.com/almin/almin-thinking/issues"
},
"homepage": "https://github.com/almin/almin-thinking",
"devDependencies": {
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.7",
"cross-env": "^5.1.4",
"espower-typescript": "^8.1.3",
"mocha": "^5.0.4",
"power-assert": "^1.4.4",
"typescript": "^2.8.0-dev.20180318"
},
"dependencies": {
"almin": "^0.12.2"
}
}