-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 841 Bytes
/
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
{
"name": "Saucy",
"version": "1.0.0",
"description": "A simple JavaScript library similar to jQuery",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"browserify": "^12.0.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-browserify": "^5.0.1",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.24",
"phantomjs-prebuilt": "^2.1.4",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gsigler2/saucy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gsigler2/saucy/issues"
},
"homepage": "https://github.com/gsigler2/saucy"
}