forked from AppStateESS/InternshipInventory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 999 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 999 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
33
34
35
36
37
38
39
40
41
{
"name": "InternshipInventory",
"version": "0.1.8",
"description": "Web app for tracking and approving student internships.",
"main": "index.php",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"bower": "^1.4.2",
"classnames": "~2.2.0",
"react": "~0.14.0",
"react-dom": "~0.14.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-babel": "~5.0.1",
"load-grunt-tasks": "~3.2.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-uglify": "~0.9.2",
"grunt-hash": "~0.5.0",
"grunt-contrib-watch": "~0.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/AppStateESS/InternshipInventory.git"
},
"keywords": [
"internship"
],
"author": "Jeremy Booker, et al.",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/AppStateESS/InternshipInventory/issues"
}
}