-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "frob-core",
"version": "1.0.0",
"description": "A framework for front (frob) enders (tenders) everywhere",
"main": "source/javascripts/frob_core_helpers.js",
"directories": {
"test": "test"
},
"devDependencies": {
"body-parser": "^1.7.0",
"express": "^4.8.8",
"gulp": "^3.8.7",
"gulp-autoprefixer": "latest",
"gulp-concat": "^2.3.4",
"gulp-csso": "latest",
"gulp-jade": "latest",
"gulp-livereload": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jasmine-core": "^2.4.1",
"jstransformer-uglify-js": "latest",
"karma": "~0.13",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0",
"marked": "latest",
"phantomjs": "^2.1.7",
"tiny-lr": "latest"
},
"scripts": {
"test": "karma start ./test/karma.conf.js",
"test:dev": "karma start ./test/local.karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wearefine/frob-core.git"
},
"keywords": [
"helpers",
"easy-javascript",
"framework"
],
"author": "Tim Shedor <[email protected]>",
"contributors": [
"FINE Design Group, Inc. Dev Department",
"Kyle Shevlin <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wearefine/frob-core/issues"
},
"homepage": "https://github.com/wearefine/frob-core"
}