forked from sfjs/sf.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 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
45
46
47
48
49
50
51
52
{
"name": "sf.js",
"version": "3.0.0",
"description": "Spiral Scout Frontend Framework",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/spiral/sf.js.git"
},
"scripts": {
"test": "echo 'Error: no test specified\" && exit 1"
},
"author": {
"name": "Andrey Logunov",
"email": "systerr@gmail.com",
"url": "http://spiralscout.com"
},
"contributors": [
{
"name": "Andrey Logunov",
"email": "systerr@gmail.com",
"url": "http://spiralscout.com"
},
{
"name": "Alex Chepura",
"email": "a.chepura@gmail.com",
"url": "http://spiralscout.com"
}
],
"license": "MIT",
"devDependencies": {
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-jsdoc": "^0.1.5",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jaguarjs-jsdoc": "0.0.1",
"jsdoc": "^3.4.0",
"through2": "^2.0.0",
"uglify": "^0.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"bugs": {
"url": "https://github.com/spiral/sf.js/issues"
},
"homepage": "https://github.com/spiral/sf.js#readme"
}