-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "uxrocket.utils",
"version": "0.2.0",
"description": "Missing utils/helpers library for javascript.",
"main": "dist/uxrocket.utils.js",
"scripts": {
"test": "./node_modules/.bin/grunt test",
"build": "./node_modules/.bin/grunt build-all"
},
"repository": {
"type": "git",
"url": "git@github.com:uxrocket/uxrocket.utils.git"
},
"keywords": [
"utils",
"helpers",
"lodash"
],
"author": "Rameş Aliyev",
"license": "MIT",
"bugs": {
"url": "https://github.com/uxrocket/uxrocket.utils/issues"
},
"homepage": "https://github.com/uxrocket/uxrocket.utils",
"dependencies": {
"lodash": "^2.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.0",
"grunt-build-control": "^0.1.6",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco": "^0.3.3",
"grunt-jscs": "^1.0.0",
"grunt-karma": "^0.9.0",
"grunt-lodash": "^0.3.0",
"grunt-release": "^0.7.0",
"grunt-umd": "^2.2.1",
"karma": "^0.12.25",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"lodash-cli": "^2.4.2",
"matchdep": "^0.3.0"
}
}