-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 923 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
{
"name": "mantis-js",
"version": "0.20.1",
"description": "JavaScript library for DOM manipulation",
"main": "mantis.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"colors": "^1.0.2",
"gulp": "^3.9.0",
"gulp-connect": "^2.0.6",
"gulp-include": "^1.1.1",
"gulp-js-prettify": "^0.1.0",
"gulp-jshint": "^1.8.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/acauamontiel/mantis-js.git"
},
"keywords": [
"js",
"dom"
],
"author": "Acauã Montiel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/acauamontiel/mantis-js/issues"
},
"homepage": "http://mantisjs.com"
}