-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 802 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 802 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
{
"name": "cryptic-web",
"version": "0.1.0",
"description": "Cryptic.io's frontend app",
"main": "js/main.js",
"dependencies": {
"coffee-script": "~1.6.3",
"requirejs": "~2.1.8",
"recess": "1.1.9"
},
"devDependencies": {
"http-server": "~0.5.5",
"phantomjs": "~1.9.1-0",
"phantom-jasmine": "git+https://github.com/MarcoPolo/phantom-jasmine.git"
},
"scripts": {
"test": "make tests"
},
"repository": {
"type": "git",
"url": "git://github.com/cryptic-io/ccweb"
},
"keywords": [
"cryptic",
"cryptic.io",
"ccweb"
],
"author": "Marco Munizaga",
"license": "EPL",
"gitHead": "525c244a95559da9f4d1c4b1e2bc8295afe2d832",
"bugs": {
"url": "https://github.com/cryptic-io/ccweb/issues"
},
"readmeFilename": "README.md"
}