-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.1 KB
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": "focus",
"version": "1.0.0",
"description": "Javascript lightweight component library",
"scripts": {
"test": "karma start karma.conf.js",
"build": "gulp compressCss && gulp concatTests && browserify test.js -o vendorTest.js && browserify test/tests.js -o test/tests.js && npm test",
"start": "echo \">>>>>>>FOCUS JS<<<<<<<<<<\" && npm run build",
"postinstall": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fsiliadin/FocusJs.git"
},
"keywords": [
"javascript",
"components"
],
"author": "Fanyo Siliadin",
"license": "MIT",
"bugs": {
"url": "https://github.com/fsiliadin/FocusJs/issues"
},
"homepage": "https://github.com/fsiliadin/FocusJs#readme",
"devDependencies": {
"browserify": "^16.2.3",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.1",
"gulp-uglifycss": "^1.1.0",
"karma": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"mocha": "^5.2.0"
}
}