-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 818 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
{
"name": "decompose",
"version": "1.0.2",
"description": "Javascript functions compositions tools",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/nomocas/decompose.git"
},
"keywords": [
"functions",
"composition",
"js",
"AOP"
],
"author": "Gilles Coomans <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nomocas/decompose/issues"
},
"homepage": "https://github.com/nomocas/decompose",
"devDependencies": {
"gulp": "^3.8.11",
"chai": "^2.2.0",
"gulp-uglifyjs": "^0.6.1",
"gulp-live-server": "0.0.14",
"gulp-jshint": "^1.10.0",
"jshint-stylish": "^1.0.1",
"gulp-rename": "^1.2.2"
}
}