-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 841 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": "cotifil",
"version": "0.0.0",
"description": "Cotifil is",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"author": "Gabriel Corado",
"license": "ISC",
"devDependencies": {
"babelify": "^6.3.0",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.0",
"gulp-mocha": "^2.0.0",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-uglify": "^1.1.0",
"jsdom": "^3.1.1"
},
"dependencies": {
"lodash": "^3.10.1",
"mithril": "^0.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/gabrielcorado/cotifil.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/gabrielcorado/cotifil/issues"
},
"homepage": "https://github.com/gabrielcorado/cotifil"
}