-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1 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
{
"name": "falafelify",
"version": "1.1.0",
"description": "A browserify transform which lets you run your JavaScript files through falafel.",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/KenPowers/falafelify"
},
"keywords": [
"browserify-transform",
"browserify",
"transform",
"falafel"
],
"author": {
"name": "Kenneth Powers",
"email": "<mail@kenpowers.net>"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KenPowers/falafelify/issues"
},
"homepage": "https://github.com/KenPowers/falafelify",
"dependencies": {
"async": "^0.9.0",
"falafel": "^1.0.0",
"through2": "^0.6.3"
},
"devDependencies": {
"bl": "^0.9.4",
"browserify": "^8.1.3",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"gulp": "^3.8.10",
"gulp-spawn-mocha": "^2.0.1",
"rewire": "^2.1.4",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
}
}