-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 802 Bytes
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
{
"name": "animusjs",
"version": "1.1.2",
"description": "AnimusJS",
"author": "Mario Souto",
"homepage": "https://github.com/soutomario/animusjs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/soutomario/animusjs.git"
},
"main": "dist/animusjs.min.js",
"scripts": {
"test": "gulp"
},
"devDependencies": {
"browser-sync": "^2.18.6",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-jshint": "^2.0.4",
"gulp-minify": "0.0.14",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"run-sequence": "^1.2.2"
},
"dependencies": {}
}