forked from pasaran/nommon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (35 loc) · 842 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
{
"author": {
"name": "Sergey Nikitin",
"email": "[email protected]",
"url": "https://github.com/pasaran"
},
"name": "nommon",
"description": "nop's common",
"version": "0.0.51",
"homepage": "https://github.com/pasaran/nommon",
"repository": {
"type": "git",
"url": "git://github.com/pasaran/nommon.git"
},
"engines": {
"node": "~4.0.0"
},
"devDependencies": {
"expect.js": "*",
"mocha": "*",
"eslint": "2.7.0",
"eslint-plugin-nop": "git://github.com/pasaran/eslint-plugin-nop.git"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/index.js",
"lib/*.d.ts",
"lib/no.js",
"lib/no.*.js"
],
"scripts": {
"test": "make tests"
}
}