-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 934 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
38
39
40
41
{
"name": "fd-class",
"version": "1.0.0",
"description": "Manipulate classes, FD style.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/fp-dom/fd-class.git"
},
"keywords": [
"fp-dom",
"fp",
"dom"
],
"contributors": [
"hemanth.hm <[email protected]> (http://www.h3manth.com)",
"stoeffel <[email protected]> (http://www.schtoeffel.ch)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fp-dom/fd-class/issues"
},
"homepage": "https://github.com/fp-dom/fd-class",
"devDependencies": {
"fd-select": "^1.3.2",
"fj-always": "^1.0.0",
"gulp": "^3.8.10",
"gulp-6to5": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.6",
"gulp-sourcemaps": "^1.3.0",
"gulp-watch": "^4.1.0",
"mochify": "^2.2.0"
},
"dependencies": {
"fj-curry": "^1.0.0"
}
}