-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 926 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
{
"name": "fluent.js",
"version": "0.1.3",
"description": "A tiny library for building fluent interfaces in JavaScript",
"author": "Nikas Praninskas <[email protected]>",
"main": "lib/fluent.js",
"dependencies": {},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.1",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.4",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^1.0.1",
"run-sequence": "^1.1.0"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/nikaspran/fluent.js.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nikaspran/fluent.js/issues"
},
"homepage": "https://github.com/nikaspran/fluent.js"
}