-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "sf-core",
"version": "0.3.6",
"description": "Spiral Scout Frontend Framework",
"main": "dist/sf.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/spiral/sf.js.git"
},
"scripts": {
"test": "./node_modules/.bin/karma start --browsers Firefox --single-run",
"gulp": "gulp",
"build": "gulp build",
"prepublish": "npm run build"
},
"author": {
"name": "Andrey Logunov",
"email": "[email protected]",
"url": "http://spiralscout.com"
},
"contributors": [
{
"name": "Andrey Logunov",
"email": "[email protected]",
"url": "http://spiralscout.com"
},
{
"name": "Alex Chepura",
"email": "[email protected]",
"url": "http://spiralscout.com"
}
],
"license": "MIT",
"devDependencies": {
"browserify": "^12.0.1",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"es6-promise": "^3.1.2",
"gulp": "^3.9.0",
"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",
"karma": "^0.13.19",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.1",
"karma-opera-launcher": "^0.3.0",
"karma-phantomjs-launcher": "^0.2.3",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.4",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"sinon": "^1.17.2",
"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"
}