-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
37 lines (37 loc) · 941 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
37
{
"name": "neural-network-stock-predictor",
"version": "0.1.0",
"author": "Jake Marsh <[email protected]>",
"description": "Semester project for COS 470 (Artifical Intelligence) at the University of Maine.",
"repository": {
"type": "git",
"url": "https://github.com/jakemmarsh/neural-network-stock-predictor.git"
},
"license": "MIT",
"keywords": [
"grunt",
"angular",
"angularjs",
"requirejs",
"python",
"flask",
"pybrain"
],
"devDependencies": {
"angular": "^1.5.0",
"angular-sanitize": "^1.5.5",
"angular-ui-router": "^0.2.13",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.0.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"scripts": {
"start": "grunt prod && python server.py"
},
"dependencies": {
"requirejs": "^2.2.0"
}
}