forked from charliecalvert/isit-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 793 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
33
34
35
36
{
"name": "isit-code-vu",
"version": "1.0.4",
"description": "Code samples and utilities.",
"main": "index.js",
"scripts": {
"test": "nodemon jasmine-runner.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:angelavu/isit-code-vu.git"
},
"keywords": [
"Elvenware",
"npm",
"test"
],
"author": "Angela Vu",
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"mkdirp": "^0.5.1",
"uuid": "^3.1.0",
"walk": "^2.3.9"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-jscs": "^3.0.1",
"jasmine": "^2.7.0",
"jasmine-spec-reporter": "^4.2.1",
"jshint-stylish": "^2.2.1"
}
}