-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "cash-js",
"version": "1.0.2",
"description": "Micro library for easing the pain of working with the DOM",
"main": "src/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sudo-js/cash.git"
},
"keywords": [
"DOM",
"micro",
"library",
"badass"
],
"author": "Rob Robbins",
"license": "MIT",
"bugs": {
"url": "https://github.com/sudo-js/cash/issues"
},
"homepage": "https://github.com/sudo-js/cash#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"core-js": "^2.4.1",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^1.8.0",
"phantomjs-prebuilt": "^2.1.14",
"webpack": "^1.14.0"
}
}