-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 847 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 847 Bytes
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": "copy_pasta",
"version": "1.0.0",
"description": "\"A web application that copies text from a given input field\"",
"main": "somejs.js",
"dependencies": {
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-qunit": "^3.0.1",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"java": "^0.10.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.1.0"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtstodola/CopyPasta.git"
},
"author": "Jess Stodola",
"license": "ISC",
"bugs": {
"url": "https://github.com/jtstodola/CopyPasta/issues"
},
"homepage": "https://github.com/jtstodola/CopyPasta#readme"
}